Class: CheckoutSdk::Accounts::Individual
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::Individual
- Defined in:
- lib/checkout_sdk/accounts/individual.rb
Instance Attribute Summary collapse
- #date_of_birth ⇒ DateOfBirth
- #financial_details ⇒ EntityFinancialDetails
- #first_name ⇒ String
- #identification ⇒ Identification
- #last_name ⇒ String
- #legal_name ⇒ String
- #middle_name ⇒ String
- #national_tax_id ⇒ String
- #place_of_birth ⇒ PlaceOfBirth
- #registered_address ⇒ CheckoutSdk::Common::Address
- #trading_name ⇒ String
Instance Attribute Details
#date_of_birth ⇒ DateOfBirth
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#financial_details ⇒ EntityFinancialDetails
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#first_name ⇒ String
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#identification ⇒ Identification
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#last_name ⇒ String
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#legal_name ⇒ String
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#middle_name ⇒ String
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#national_tax_id ⇒ String
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#place_of_birth ⇒ PlaceOfBirth
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#registered_address ⇒ CheckoutSdk::Common::Address
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |
#trading_name ⇒ String
27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/checkout_sdk/accounts/individual.rb', line 27 class Individual attr_accessor :first_name, :middle_name, :last_name, :legal_name, :trading_name, :national_tax_id, :registered_address, :date_of_birth, :place_of_birth, :identification, :financial_details end |