Module: GenesisRuby::Api::Mixins::Requests::Financial::CustomerIdentificationAttributes
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/customer_identification_attributes.rb
Overview
Customer Identification Attributes
Instance Attribute Summary collapse
-
#customer_identification_document_id ⇒ Object
Returns the value of attribute customer_identification_document_id.
-
#customer_identification_issuing_country ⇒ Object
Returns the value of attribute customer_identification_issuing_country.
-
#customer_identification_owner ⇒ Object
Returns the value of attribute customer_identification_owner.
-
#customer_identification_subtype ⇒ Object
Returns the value of attribute customer_identification_subtype.
-
#customer_identification_type ⇒ Object
Returns the value of attribute customer_identification_type.
Instance Attribute Details
#customer_identification_document_id ⇒ Object
Returns the value of attribute customer_identification_document_id.
16 17 18 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/customer_identification_attributes.rb', line 16 def customer_identification_document_id @customer_identification_document_id end |
#customer_identification_issuing_country ⇒ Object
Returns the value of attribute customer_identification_issuing_country.
18 19 20 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/customer_identification_attributes.rb', line 18 def customer_identification_issuing_country @customer_identification_issuing_country end |
#customer_identification_owner ⇒ Object
Returns the value of attribute customer_identification_owner.
18 19 20 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/customer_identification_attributes.rb', line 18 def customer_identification_owner @customer_identification_owner end |
#customer_identification_subtype ⇒ Object
Returns the value of attribute customer_identification_subtype.
18 19 20 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/customer_identification_attributes.rb', line 18 def customer_identification_subtype @customer_identification_subtype end |
#customer_identification_type ⇒ Object
Returns the value of attribute customer_identification_type.
18 19 20 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/customer_identification_attributes.rb', line 18 def customer_identification_type @customer_identification_type end |