Class: CheckoutSdk::Accounts::Document

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

Instance Attribute Summary collapse

Instance Attribute Details

#backString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/accounts/document.rb', line 11

class Document
  attr_accessor :type,
                :front,
                :back
end

#frontString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/accounts/document.rb', line 11

class Document
  attr_accessor :type,
                :front,
                :back
end

#typeString

Returns:



11
12
13
14
15
# File 'lib/checkout_sdk/accounts/document.rb', line 11

class Document
  attr_accessor :type,
                :front,
                :back
end