Method: Printful::OrderEstimateRetailCosts.attribute_map
- Defined in:
- lib/printful_client/models/order_estimate_retail_costs.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/printful_client/models/order_estimate_retail_costs.rb', line 41 def self.attribute_map { :'currency' => :'currency', :'subtotal' => :'subtotal', :'discount' => :'discount', :'shipping' => :'shipping', :'tax' => :'tax', :'vat' => :'vat', :'total' => :'total' } end |