Class: CheckoutSdk::Accounts::Identification

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

Instance Attribute Summary collapse

Instance Attribute Details

#documentDocument



9
10
11
12
# File 'lib/checkout_sdk/accounts/identification.rb', line 9

class Identification
  attr_accessor :national_id_number,
                :document
end

#national_id_numberString



9
10
11
12
# File 'lib/checkout_sdk/accounts/identification.rb', line 9

class Identification
  attr_accessor :national_id_number,
                :document
end