Module: GenesisRuby::Api::Mixins::Requests::Financial::BeneficiaryAttributes
- Included in:
- Requests::Financial::CashPayments::Pix
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/beneficiary_attributes.rb
Overview
The beneficiary parameters attributes
Instance Attribute Summary collapse
-
#beneficiary_document_id ⇒ Object
Returns the value of attribute beneficiary_document_id.
-
#beneficiary_name ⇒ Object
Returns the value of attribute beneficiary_name.
-
#beneficiary_pix_key ⇒ Object
Returns the value of attribute beneficiary_pix_key.
Instance Attribute Details
#beneficiary_document_id ⇒ Object
Returns the value of attribute beneficiary_document_id.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/beneficiary_attributes.rb', line 12 def beneficiary_document_id @beneficiary_document_id end |
#beneficiary_name ⇒ Object
Returns the value of attribute beneficiary_name.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/beneficiary_attributes.rb', line 11 def beneficiary_name @beneficiary_name end |
#beneficiary_pix_key ⇒ Object
Returns the value of attribute beneficiary_pix_key.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/beneficiary_attributes.rb', line 12 def beneficiary_pix_key @beneficiary_pix_key end |