Module: GenesisRuby::Api::Mixins::Requests::Financial::OnlineBankingPayments::PayerAttributes
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb
Overview
Payer attributes
Instance Attribute Summary collapse
-
#payer_bank_account_number ⇒ Object
Returns the value of attribute payer_bank_account_number.
-
#payer_bank_account_verification_digit ⇒ Object
Returns the value of attribute payer_bank_account_verification_digit.
-
#payer_bank_branch ⇒ Object
Returns the value of attribute payer_bank_branch.
-
#payer_bank_code ⇒ Object
Returns the value of attribute payer_bank_code.
-
#payer_bank_phone_number ⇒ Object
Returns the value of attribute payer_bank_phone_number.
-
#payer_document_id ⇒ Object
Returns the value of attribute payer_document_id.
Instance Attribute Details
#payer_bank_account_number ⇒ Object
Returns the value of attribute payer_bank_account_number.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb', line 12 def payer_bank_account_number @payer_bank_account_number end |
#payer_bank_account_verification_digit ⇒ Object
Returns the value of attribute payer_bank_account_verification_digit.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb', line 12 def payer_bank_account_verification_digit @payer_bank_account_verification_digit end |
#payer_bank_branch ⇒ Object
Returns the value of attribute payer_bank_branch.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb', line 12 def payer_bank_branch @payer_bank_branch end |
#payer_bank_code ⇒ Object
Returns the value of attribute payer_bank_code.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb', line 12 def payer_bank_code @payer_bank_code end |
#payer_bank_phone_number ⇒ Object
Returns the value of attribute payer_bank_phone_number.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb', line 12 def payer_bank_phone_number @payer_bank_phone_number end |
#payer_document_id ⇒ Object
Returns the value of attribute payer_document_id.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/online_banking_payments/payer_attributes.rb', line 12 def payer_document_id @payer_document_id end |