Sha256: 922473562f206cdb560baf51277484c8dd5e53466c78651d7ee79dc100cdb49a

Contents?: true

Size: 808 Bytes

Versions: 8

Compression:

Stored size: 808 Bytes

Contents

module Braintree
  class Transaction
    class LocalPaymentDetails
      include BaseModule

      attr_reader :capture_id
      attr_reader :custom_field
      attr_reader :debug_id
      attr_reader :description
      attr_reader :funding_source
      attr_reader :implicitly_vaulted_payment_method_global_id
      attr_reader :implicitly_vaulted_payment_method_token
      attr_reader :payer_id
      attr_reader :payment_id
      attr_reader :refund_from_transaction_fee_amount
      attr_reader :refund_from_transaction_fee_currency_iso_code
      attr_reader :refund_id
      attr_reader :transaction_fee_amount
      attr_reader :transaction_fee_currency_iso_code

      def initialize(attributes)
        set_instance_variables_from_hash attributes unless attributes.nil?
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-4.22.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.21.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.20.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.19.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.18.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.17.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.16.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.15.0 lib/braintree/transaction/local_payment_details.rb