Class: CheckoutSdk::Payments::AccountFundingTransactionRecipient
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::AccountFundingTransactionRecipient
- Defined in:
- lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb
Instance Attribute Summary collapse
- #account_number ⇒ String
- #account_type ⇒ String
- #address ⇒ CheckoutSdk::Common::Address
-
#date_of_birth ⇒ String
Format: YYYY-MM-DD.
- #first_name ⇒ String
- #last_name ⇒ String
Instance Attribute Details
#account_number ⇒ String
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb', line 17 class AccountFundingTransactionRecipient attr_accessor :first_name, :last_name, :account_number, :account_type, :date_of_birth, :address end |
#account_type ⇒ String
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb', line 17 class AccountFundingTransactionRecipient attr_accessor :first_name, :last_name, :account_number, :account_type, :date_of_birth, :address end |
#address ⇒ CheckoutSdk::Common::Address
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb', line 17 class AccountFundingTransactionRecipient attr_accessor :first_name, :last_name, :account_number, :account_type, :date_of_birth, :address end |
#date_of_birth ⇒ String
Returns Format: YYYY-MM-DD.
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb', line 17 class AccountFundingTransactionRecipient attr_accessor :first_name, :last_name, :account_number, :account_type, :date_of_birth, :address end |
#first_name ⇒ String
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb', line 17 class AccountFundingTransactionRecipient attr_accessor :first_name, :last_name, :account_number, :account_type, :date_of_birth, :address end |
#last_name ⇒ String
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_recipient.rb', line 17 class AccountFundingTransactionRecipient attr_accessor :first_name, :last_name, :account_number, :account_type, :date_of_birth, :address end |