2016-03-06 05:07:09 +00:00
# WWW::SwaggerClient::Object::Order
2016-03-13 14:43:46 +00:00
## Load the model package
2016-03-06 05:07:09 +00:00
```perl
use WWW::SwaggerClient::Object::Order;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2016-03-06 06:28:52 +00:00
**id** | **int** | | [optional]
**pet_id** | **int** | | [optional]
**quantity** | **int** | | [optional]
**ship_date** | **DateTime** | | [optional]
**status** | **string** | Order Status | [optional]
2016-04-13 15:01:09 +00:00
**complete** | **boolean** | | [optional] [default to false]
2016-03-06 05:07:09 +00:00
2016-03-13 14:43:46 +00:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2016-03-06 05:07:09 +00:00