Class: CheckoutSdk::Common::AccountHolderIdentification
- Inherits:
-
Object
- Object
- CheckoutSdk::Common::AccountHolderIdentification
- Defined in:
- lib/checkout_sdk/common/account_holder_identification.rb
Instance Attribute Summary collapse
Instance Attribute Details
#date_of_expiry ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/account_holder_identification.rb', line 13 class AccountHolderIdentification attr_accessor :type, :number, :issuing_country, :date_of_expiry end |
#issuing_country ⇒ String
Returns Country.
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/account_holder_identification.rb', line 13 class AccountHolderIdentification attr_accessor :type, :number, :issuing_country, :date_of_expiry end |
#number ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/account_holder_identification.rb', line 13 class AccountHolderIdentification attr_accessor :type, :number, :issuing_country, :date_of_expiry end |
#type ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/account_holder_identification.rb', line 13 class AccountHolderIdentification attr_accessor :type, :number, :issuing_country, :date_of_expiry end |