Sha256: fdf51912e7654942d3f355bf03b52db39e6322f60cbbcbb7ffe0979f80b6d38b

Contents?: true

Size: 686 Bytes

Versions: 29

Compression:

Stored size: 686 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 :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

29 entries across 29 versions & 1 rubygems

Version Path
braintree-4.14.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.13.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.12.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.11.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.10.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.9.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.8.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.7.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.6.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.5.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.4.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.3.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.2.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.1.0 lib/braintree/transaction/local_payment_details.rb
braintree-4.0.0 lib/braintree/transaction/local_payment_details.rb
braintree-3.4.0 lib/braintree/transaction/local_payment_details.rb
braintree-3.3.0 lib/braintree/transaction/local_payment_details.rb
braintree-3.2.0 lib/braintree/transaction/local_payment_details.rb
braintree-3.1.0 lib/braintree/transaction/local_payment_details.rb
braintree-3.0.1 lib/braintree/transaction/local_payment_details.rb