Method: OpenapiClient::OrderResponse.attribute_map
- Defined in:
- lib/openapi_client/models/order_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/openapi_client/models/order_response.rb', line 39 def self.attribute_map { :'client_request_id' => :'clientRequestId', :'api_trace_id' => :'apiTraceId', :'response_type' => :'responseType', :'order_id' => :'orderId', :'billing' => :'billing', :'shipping' => :'shipping', :'transactions' => :'transactions', :'additional_details' => :'additionalDetails' } end |