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

Method Summary

Methods included from BirthDateAttributes

#birth_date, #birth_date=

Instance Attribute Details

#address1Object

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

#address2Object

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

#cityObject

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

#countryObject

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_emailObject

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_numberObject

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_typeObject

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_nameObject

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

#genderObject

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_nameObject

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_nameObject

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

#phone1Object

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

#phone2Object

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

#provinceObject

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_codeObject

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