Class: CheckoutSdk::Accounts::TaxVerification

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

Instance Attribute Summary collapse

Instance Attribute Details

#frontString

Returns:

  • (String)


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

class TaxVerification
  attr_accessor :type,
                :front
end

#typeString



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

class TaxVerification
  attr_accessor :type,
                :front
end