class Braintree::Transaction::SepaDirectDebitAccountDetails

Attributes

bank_reference_token[R]
capture_id[R]
debug_id[R]
global_id[R]
last_4[R]
mandate_type[R]
merchant_or_partner_customer_id[R]
paypal_v2_order_id[R]
refund_from_transaction_fee_amount[R]
refund_from_transaction_fee_currency_iso_code[R]
refund_id[R]
settlement_type[R]
token[R]
transaction_fee_amount[R]
transaction_fee_currency_iso_code[R]

Public Class Methods

new(attributes) click to toggle source
# File lib/braintree/transaction/sepa_direct_debit_account_details.rb, line 22
def initialize(attributes)
  set_instance_variables_from_hash attributes unless attributes.nil?
end