Class: CheckoutSdk::Accounts::AccountHolder
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::AccountHolder
- Defined in:
- lib/checkout_sdk/accounts/account_holder.rb
Instance Attribute Summary collapse
- #billing_address ⇒ CheckoutSdk::Common::Address
- #country_of_birth ⇒ String
- #date_of_birth ⇒ DateOfBirth
- #email ⇒ String
- #identification ⇒ CheckoutSdk::Common::AccountHolderIdentification
- #phone ⇒ Phone
- #residential_status ⇒ String
- #tax_id ⇒ String
- #type ⇒ String
Instance Attribute Details
#billing_address ⇒ CheckoutSdk::Common::Address
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#country_of_birth ⇒ String
Returns Common::Country.
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#date_of_birth ⇒ DateOfBirth
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#email ⇒ String
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#identification ⇒ CheckoutSdk::Common::AccountHolderIdentification
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#phone ⇒ Phone
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#residential_status ⇒ String
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#tax_id ⇒ String
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |
#type ⇒ String
Returns Common::AccountHolderType.
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23 class AccountHolder attr_accessor :type, :tax_id, :date_of_birth, :country_of_birth, :residential_status, :billing_address, :phone, :identification, :email end |