Class: CheckoutSdk::Accounts::Document
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::Document
- Defined in:
- lib/checkout_sdk/accounts/document.rb
Instance Attribute Summary collapse
Instance Attribute Details
#back ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/accounts/document.rb', line 11 class Document attr_accessor :type, :front, :back end |
#front ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/accounts/document.rb', line 11 class Document attr_accessor :type, :front, :back end |
#type ⇒ String
Returns CheckoutSdk::Accounts::DocumentType.
11 12 13 14 15 |
# File 'lib/checkout_sdk/accounts/document.rb', line 11 class Document attr_accessor :type, :front, :back end |