Class: CheckoutSdk::Accounts::Representative

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/representative.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressCheckoutSdk::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_birthDateOfBirth

Returns:



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

#documentsOnboardSubEntityDocuments



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_nameString

Returns:

  • (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

#idString

Returns:

  • (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

#identificationIdentification

Returns:



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_nameString

Returns:

  • (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

#phonePhone

Returns:



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_birthPlaceOfBirth

Returns:



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

#rolesArray(String)

Returns:

  • (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