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