Class: CheckoutSdk::Common::AccountHolderIdentification

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/common/account_holder_identification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#date_of_expiryString

Returns:

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

Returns Country.

Returns:



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

#numberString

Returns:

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

#typeString



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