Method: OrderCloud::Shipment.swagger_types
- Defined in:
- lib/order_cloud/models/shipment.rb
.swagger_types ⇒ Object
Attribute type mapping.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/order_cloud/models/shipment.rb', line 76 def self.swagger_types { :'buyer_id' => :'String', :'id' => :'String', :'shipper' => :'String', :'date_shipped' => :'String', :'date_delivered' => :'String', :'tracking_number' => :'String', :'cost' => :'Float', :'xp' => :'Object', :'account' => :'String', :'from_address_id' => :'String', :'to_address_id' => :'String', :'from_address' => :'Address', :'to_address' => :'Address' } end |