Class: CheckoutSdk::Common::AccountHolder
- Inherits:
-
Object
- Object
- CheckoutSdk::Common::AccountHolder
- Defined in:
- lib/checkout_sdk/common/account_holder.rb
Instance Attribute Summary collapse
- #account_name_inquiry ⇒ Boolean
- #billing_address ⇒ Address
- #company_name ⇒ String
- #country_of_birth ⇒ Country
- #date_of_birth ⇒ String
- #email ⇒ String
- #first_name ⇒ String
- #full_name ⇒ String
- #gender ⇒ String
- #identification ⇒ AccountHolderIdentification
- #last_name ⇒ String
- #middle_name ⇒ String
- #phone ⇒ Phone
-
#residential_status ⇒ String
ResidentialStatusType.
- #tax_id ⇒ String
- #type ⇒ String
Instance Attribute Details
#account_name_inquiry ⇒ Boolean
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#billing_address ⇒ Address
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#company_name ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#country_of_birth ⇒ Country
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#date_of_birth ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#email ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#first_name ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#full_name ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#gender ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#identification ⇒ AccountHolderIdentification
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#last_name ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#middle_name ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#phone ⇒ Phone
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#residential_status ⇒ String
Returns ResidentialStatusType.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#tax_id ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |
#type ⇒ String
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/checkout_sdk/common/account_holder.rb', line 37 class AccountHolder attr_accessor :type, :full_name, :first_name, :middle_name, :last_name, :company_name, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email, :gender, :account_name_inquiry end |