Method: Printful::Shipment.openapi_types
- Defined in:
- lib/printful_client/models/shipment.rb
.openapi_types ⇒ Object
Attribute type mapping.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/printful_client/models/shipment.rb', line 71 def self.openapi_types { :'id' => :'Integer', :'carrier' => :'String', :'service' => :'String', :'tracking_number' => :'String', :'tracking_url' => :'String', :'created' => :'Integer', :'ship_date' => :'String', :'shipped_at' => :'String', :'reshipment' => :'Boolean', :'items' => :'Array<OrderShipmentItem>' } end |