Method: UltracartClient::IntegrationLogQueryRequest.openapi_types
- Defined in:
- lib/ultracart_api/models/integration_log_query_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/ultracart_api/models/integration_log_query_request.rb', line 80 def self.openapi_types { :'action' => :'String', :'auto_order_ids' => :'Array<String>', :'auto_order_oids' => :'Array<Integer>', :'direction' => :'String', :'email' => :'String', :'file_names' => :'Array<String>', :'integration_log_oid' => :'Integer', :'item_id' => :'String', :'item_ipn_oid' => :'Integer', :'log_dts_begin' => :'String', :'log_dts_end' => :'String', :'log_type' => :'String', :'logger_id' => :'String', :'logger_name' => :'String', :'order_ids' => :'Array<String>', :'status' => :'String' } end |