Class: K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::BankAccount
- Inherits:
-
RecipientRequest
- Object
- RecipientRequest
- K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::BankAccount
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/bank_account.rb
Instance Attribute Summary collapse
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#bank_branch_ref ⇒ Object
Returns the value of attribute bank_branch_ref.
Attributes inherited from RecipientRequest
Method Summary
Methods inherited from RecipientRequest
#endpoint, #initialize, #request_body
Constructor Details
This class inherits a constructor from K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::RecipientRequest
Instance Attribute Details
#account_name ⇒ Object
Returns the value of attribute account_name.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/bank_account.rb', line 10 def account_name @account_name end |
#account_number ⇒ Object
Returns the value of attribute account_number.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/bank_account.rb', line 10 def account_number @account_number end |
#bank_branch_ref ⇒ Object
Returns the value of attribute bank_branch_ref.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/bank_account.rb', line 10 def bank_branch_ref @bank_branch_ref end |