Module: GenesisRuby::Api::Mixins::Requests::NonFinancial::Kyc::KycBillingInfoAttributes

Included in:
Requests::NonFinancial::Kyc::Transaction::Create
Defined in:
lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb

Overview

Mixin KycBillingInfoAttributes for KYC Non-Financial API services

Instance Attribute Summary collapse

Instance Attribute Details

#billing_address1Object

Returns the value of attribute billing_address1.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_address1
  @billing_address1
end

#billing_address2Object

Returns the value of attribute billing_address2.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_address2
  @billing_address2
end

#billing_birth_dateObject

Returns the value of attribute billing_birth_date.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_birth_date
  @billing_birth_date
end

#billing_cityObject

Returns the value of attribute billing_city.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_city
  @billing_city
end

#billing_countryObject

Returns the value of attribute billing_country.



14
15
16
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 14

def billing_country
  @billing_country
end

#billing_customer_emailObject

Returns the value of attribute billing_customer_email.



14
15
16
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 14

def billing_customer_email
  @billing_customer_email
end

#billing_first_nameObject

Returns the value of attribute billing_first_name.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_first_name
  @billing_first_name
end

#billing_genderObject

Returns the value of attribute billing_gender.



14
15
16
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 14

def billing_gender
  @billing_gender
end

#billing_last_nameObject

Returns the value of attribute billing_last_name.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_last_name
  @billing_last_name
end

#billing_phone1Object

Returns the value of attribute billing_phone1.



14
15
16
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 14

def billing_phone1
  @billing_phone1
end

#billing_provinceObject

Returns the value of attribute billing_province.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_province
  @billing_province
end

#billing_zip_codeObject

Returns the value of attribute billing_zip_code.



12
13
14
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/kyc_billing_info_attributes.rb', line 12

def billing_zip_code
  @billing_zip_code
end