Class: Braintree::Transaction::SepaDirectDebitAccountDetails
- Inherits:
-
Object
- Object
- Braintree::Transaction::SepaDirectDebitAccountDetails
- Includes:
- BaseModule
- Defined in:
- lib/braintree/transaction/sepa_direct_debit_account_details.rb
Instance Attribute Summary collapse
-
#bank_reference_token ⇒ Object
readonly
Returns the value of attribute bank_reference_token.
-
#capture_id ⇒ Object
readonly
Returns the value of attribute capture_id.
-
#debug_id ⇒ Object
readonly
Returns the value of attribute debug_id.
-
#global_id ⇒ Object
readonly
Returns the value of attribute global_id.
-
#last_4 ⇒ Object
readonly
Returns the value of attribute last_4.
-
#mandate_type ⇒ Object
readonly
Returns the value of attribute mandate_type.
-
#merchant_or_partner_customer_id ⇒ Object
readonly
Returns the value of attribute merchant_or_partner_customer_id.
-
#paypal_v2_order_id ⇒ Object
readonly
Returns the value of attribute paypal_v2_order_id.
-
#refund_from_transaction_fee_amount ⇒ Object
readonly
Returns the value of attribute refund_from_transaction_fee_amount.
-
#refund_from_transaction_fee_currency_iso_code ⇒ Object
readonly
Returns the value of attribute refund_from_transaction_fee_currency_iso_code.
-
#refund_id ⇒ Object
readonly
Returns the value of attribute refund_id.
-
#settlement_type ⇒ Object
readonly
Returns the value of attribute settlement_type.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
-
#transaction_fee_amount ⇒ Object
readonly
Returns the value of attribute transaction_fee_amount.
-
#transaction_fee_currency_iso_code ⇒ Object
readonly
Returns the value of attribute transaction_fee_currency_iso_code.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ SepaDirectDebitAccountDetails
constructor
A new instance of SepaDirectDebitAccountDetails.
Methods included from BaseModule
Methods included from BaseModule::Methods
#copy_instance_variables_from_object, #return_object_or_raise, #set_instance_variables_from_hash, #singleton_class
Constructor Details
#initialize(attributes) ⇒ SepaDirectDebitAccountDetails
Returns a new instance of SepaDirectDebitAccountDetails.
22 23 24 |
# 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 |
Instance Attribute Details
#bank_reference_token ⇒ Object (readonly)
Returns the value of attribute bank_reference_token.
6 7 8 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 6 def bank_reference_token @bank_reference_token end |
#capture_id ⇒ Object (readonly)
Returns the value of attribute capture_id.
7 8 9 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 7 def capture_id @capture_id end |
#debug_id ⇒ Object (readonly)
Returns the value of attribute debug_id.
8 9 10 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 8 def debug_id @debug_id end |
#global_id ⇒ Object (readonly)
Returns the value of attribute global_id.
9 10 11 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 9 def global_id @global_id end |
#last_4 ⇒ Object (readonly)
Returns the value of attribute last_4.
10 11 12 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 10 def last_4 @last_4 end |
#mandate_type ⇒ Object (readonly)
Returns the value of attribute mandate_type.
11 12 13 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 11 def mandate_type @mandate_type end |
#merchant_or_partner_customer_id ⇒ Object (readonly)
Returns the value of attribute merchant_or_partner_customer_id.
12 13 14 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 12 def merchant_or_partner_customer_id @merchant_or_partner_customer_id end |
#paypal_v2_order_id ⇒ Object (readonly)
Returns the value of attribute paypal_v2_order_id.
13 14 15 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 13 def paypal_v2_order_id @paypal_v2_order_id end |
#refund_from_transaction_fee_amount ⇒ Object (readonly)
Returns the value of attribute refund_from_transaction_fee_amount.
14 15 16 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 14 def refund_from_transaction_fee_amount @refund_from_transaction_fee_amount end |
#refund_from_transaction_fee_currency_iso_code ⇒ Object (readonly)
Returns the value of attribute refund_from_transaction_fee_currency_iso_code.
15 16 17 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 15 def refund_from_transaction_fee_currency_iso_code @refund_from_transaction_fee_currency_iso_code end |
#refund_id ⇒ Object (readonly)
Returns the value of attribute refund_id.
16 17 18 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 16 def refund_id @refund_id end |
#settlement_type ⇒ Object (readonly)
Returns the value of attribute settlement_type.
17 18 19 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 17 def settlement_type @settlement_type end |
#token ⇒ Object (readonly)
Returns the value of attribute token.
18 19 20 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 18 def token @token end |
#transaction_fee_amount ⇒ Object (readonly)
Returns the value of attribute transaction_fee_amount.
19 20 21 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 19 def transaction_fee_amount @transaction_fee_amount end |
#transaction_fee_currency_iso_code ⇒ Object (readonly)
Returns the value of attribute transaction_fee_currency_iso_code.
20 21 22 |
# File 'lib/braintree/transaction/sepa_direct_debit_account_details.rb', line 20 def transaction_fee_currency_iso_code @transaction_fee_currency_iso_code end |