Method: OpenapiClient::Order.openapi_types
- Defined in:
- lib/openapi_client/models/order.rb
.openapi_types ⇒ Object
Attribute type mapping.
50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/openapi_client/models/order.rb', line 50 def self.openapi_types { :'order_id' => :'String', :'billing' => :'Billing', :'shipping' => :'Shipping', :'industry_specific_extensions' => :'IndustrySpecificExtensions', :'purchase_card' => :'PurchaseCards', :'installment_options' => :'InstallmentOptions', :'soft_descriptor' => :'SoftDescriptor', :'additional_details' => :'AdditionalDetails' } end |