Class: CheckoutSdk::Accounts::InstrumentDocument
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::InstrumentDocument
- Defined in:
- lib/checkout_sdk/accounts/instrument_document.rb
Instance Attribute Summary collapse
Instance Attribute Details
#file_id ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/instrument_document.rb', line 9 class InstrumentDocument attr_accessor :type, :file_id end |
#type ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/instrument_document.rb', line 9 class InstrumentDocument attr_accessor :type, :file_id end |