Method: Printful::OrderEstimateRetailCosts.openapi_types
- Defined in:
- lib/printful_client/models/order_estimate_retail_costs.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/printful_client/models/order_estimate_retail_costs.rb', line 59 def self.openapi_types { :'currency' => :'String', :'subtotal' => :'Float', :'discount' => :'Float', :'shipping' => :'Float', :'tax' => :'Float', :'vat' => :'Float', :'total' => :'Float' } end |