Sha256: 0f3a1f5682deadb40785131848313f3ef9e494cd7ff899ddb33b00a562c0bc6f

Contents?: true

Size: 817 Bytes

Versions: 8

Compression:

Stored size: 817 Bytes

Contents

module Braintree
  class Transaction
    class SepaDirectDebitAccountDetails
      include BaseModule

      attr_reader :bank_reference_token
      attr_reader :capture_id
      attr_reader :debug_id
      attr_reader :global_id
      attr_reader :last_4
      attr_reader :mandate_type
      attr_reader :merchant_or_partner_customer_id
      attr_reader :paypal_v2_order_id
      attr_reader :refund_from_transaction_fee_amount
      attr_reader :refund_from_transaction_fee_currency_iso_code
      attr_reader :refund_id
      attr_reader :settlement_type
      attr_reader :token
      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.23.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.22.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.21.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.20.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.19.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.18.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.17.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb
braintree-4.16.0 lib/braintree/transaction/sepa_direct_debit_account_details.rb