Class: CheckoutSdk::Accounts::Identification
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::Identification
- Defined in:
- lib/checkout_sdk/accounts/identification.rb
Instance Attribute Summary collapse
Instance Attribute Details
#document ⇒ Document
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/identification.rb', line 9 class Identification attr_accessor :national_id_number, :document end |
#national_id_number ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/identification.rb', line 9 class Identification attr_accessor :national_id_number, :document end |