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
-
#billing_address1 ⇒ Object
Returns the value of attribute billing_address1.
-
#billing_address2 ⇒ Object
Returns the value of attribute billing_address2.
-
#billing_birth_date ⇒ Object
Returns the value of attribute billing_birth_date.
-
#billing_city ⇒ Object
Returns the value of attribute billing_city.
-
#billing_country ⇒ Object
Returns the value of attribute billing_country.
-
#billing_customer_email ⇒ Object
Returns the value of attribute billing_customer_email.
-
#billing_first_name ⇒ Object
Returns the value of attribute billing_first_name.
-
#billing_gender ⇒ Object
Returns the value of attribute billing_gender.
-
#billing_last_name ⇒ Object
Returns the value of attribute billing_last_name.
-
#billing_phone1 ⇒ Object
Returns the value of attribute billing_phone1.
-
#billing_province ⇒ Object
Returns the value of attribute billing_province.
-
#billing_zip_code ⇒ Object
Returns the value of attribute billing_zip_code.
Instance Attribute Details
#billing_address1 ⇒ Object
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_address2 ⇒ Object
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_date ⇒ Object
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_city ⇒ Object
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_country ⇒ Object
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_email ⇒ Object
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_name ⇒ Object
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_gender ⇒ Object
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_name ⇒ Object
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_phone1 ⇒ Object
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_province ⇒ Object
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_code ⇒ Object
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 |