Class: CheckoutSdk::Accounts::EntityDocument

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_idString

Returns:

  • (String)


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

class EntityDocument
  attr_accessor :type,
                :file_id
end

#typeString

Returns:

  • (String)


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

class EntityDocument
  attr_accessor :type,
                :file_id
end