Class: CheckoutSdk::Accounts::Representative
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::Representative
- Defined in:
- lib/checkout_sdk/accounts/representative.rb
Instance Attribute Summary collapse
- #address ⇒ CheckoutSdk::Common::Address
- #date_of_birth ⇒ DateOfBirth
- #documents ⇒ OnboardSubEntityDocuments
- #first_name ⇒ String
- #id ⇒ String
- #identification ⇒ Identification
- #last_name ⇒ String
- #phone ⇒ Phone
- #place_of_birth ⇒ PlaceOfBirth
- #roles ⇒ Array(String)
Instance Attribute Details
#address ⇒ CheckoutSdk::Common::Address
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#date_of_birth ⇒ DateOfBirth
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#documents ⇒ OnboardSubEntityDocuments
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#first_name ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#id ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#identification ⇒ Identification
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#last_name ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#phone ⇒ Phone
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#place_of_birth ⇒ PlaceOfBirth
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |
#roles ⇒ Array(String)
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/accounts/representative.rb', line 25 class Representative attr_accessor :id, :first_name, :last_name, :address, :identification, :phone, :date_of_birth, :place_of_birth, :roles, :documents end |