Sha256: c7c9f4f126fb7d977e8806aa431a28b2dad3df9de8b301309355aa06b35b39ac
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
module Braintree class Transaction class LocalPaymentDetails include BaseModule attr_reader :custom_field attr_reader :description attr_reader :funding_source attr_reader :payer_id attr_reader :payment_id def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
braintree-2.96.0 | lib/braintree/transaction/local_payment_details.rb |