Class: CheckoutSdk::Accounts::ProofOfLegality

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

Instance Attribute Summary collapse

Instance Attribute Details

#frontString

Returns:

  • (String)


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

class ProofOfLegality
  attr_accessor :type,
                :front
end

#typeProofOfLegalityType

Returns:



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

class ProofOfLegality
  attr_accessor :type,
                :front
end