Class: CheckoutSdk::Accounts::InstrumentDocument

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_idString



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

class InstrumentDocument
  attr_accessor :type,
                :file_id
end

#typeString



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

class InstrumentDocument
  attr_accessor :type,
                :file_id
end