Class: CheckoutSdk::Accounts::AccountHolder
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::AccountHolder
show all
- Defined in:
- lib/checkout_sdk/accounts/account_holder.rb
Instance Attribute Summary collapse
Instance Attribute Details
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
#country_of_birth ⇒ String
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
#email ⇒ String
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
#residential_status ⇒ String
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
#tax_id ⇒ String
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|
#type ⇒ String
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# File 'lib/checkout_sdk/accounts/account_holder.rb', line 23
class AccountHolder
attr_reader :type
attr_accessor :tax_id,
:date_of_birth,
:country_of_birth,
:residential_status,
:billing_address,
:phone,
:identification,
:email
protected
def initialize(type)
@type = type
end
end
|