Class: K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::BankAccount

Inherits:
RecipientRequest
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/bank_account.rb

Instance Attribute Summary collapse

Attributes inherited from RecipientRequest

#nickname, #type

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_nameObject

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
end

#account_numberObject

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
end

#bank_branch_refObject

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