Module: GenesisRuby::Api::Mixins::Requests::NonFinancial::Kyc::CustomerInformationAttributes
- Includes:
- BirthDateAttributes
- Included in:
- Requests::NonFinancial::Kyc::ConsumerRegistration::Create, Requests::NonFinancial::Kyc::Transaction::Create
- Defined in:
- lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb
Overview
Customer Information Attributes mixin
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#customer_email ⇒ Object
Returns the value of attribute customer_email.
-
#document_number ⇒ Object
Returns the value of attribute document_number.
-
#document_type ⇒ Object
Returns the value of attribute document_type.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
-
#phone1 ⇒ Object
Returns the value of attribute phone1.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
-
#province ⇒ Object
Returns the value of attribute province.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Method Summary
Methods included from BirthDateAttributes
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def address2 @address2 end |
#city ⇒ Object
Returns the value of attribute city.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def country @country end |
#customer_email ⇒ Object
Returns the value of attribute customer_email.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def customer_email @customer_email end |
#document_number ⇒ Object
Returns the value of attribute document_number.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def document_number @document_number end |
#document_type ⇒ Object
Returns the value of attribute document_type.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def document_type @document_type end |
#first_name ⇒ Object
Returns the value of attribute first_name.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def first_name @first_name end |
#gender ⇒ Object
Returns the value of attribute gender.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def gender @gender end |
#last_name ⇒ Object
Returns the value of attribute last_name.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def last_name @last_name end |
#middle_name ⇒ Object
Returns the value of attribute middle_name.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def middle_name @middle_name end |
#phone1 ⇒ Object
Returns the value of attribute phone1.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def phone1 @phone1 end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def phone2 @phone2 end |
#province ⇒ Object
Returns the value of attribute province.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def province @province end |
#zip_code ⇒ Object
Returns the value of attribute zip_code.
17 18 19 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/customer_information_attributes.rb', line 17 def zip_code @zip_code end |