Method: UltracartClient::OrderInternal.openapi_types

Defined in:
lib/ultracart_api/models/order_internal.rb

.openapi_typesObject

Attribute type mapping.



54
55
56
57
58
59
60
61
62
63
# File 'lib/ultracart_api/models/order_internal.rb', line 54

def self.openapi_types
  {
    :'exported_to_accounting' => :'Boolean',
    :'merchant_notes' => :'String',
    :'placed_by_user' => :'String',
    :'refund_by_user' => :'String',
    :'sales_rep_code' => :'String',
    :'transactional_merchant_notes' => :'Array<OrderTransactionalMerchantNote>'
  }
end