openapi-generator/samples/client/petstore/perl/docs/Order.md

21 lines
662 B
Markdown
Raw Normal View History

2016-03-06 05:07:09 +00:00
# WWW::SwaggerClient::Object::Order
## 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]
**complete** | **boolean** | | [optional] [default to false]
2016-03-06 05:07:09 +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