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

19 lines
572 B
Markdown
Raw Normal View History

2016-03-06 05:07:09 +00:00
# WWW::SwaggerClient::Object::Order
## Import the module
```perl
use WWW::SwaggerClient::Object::Order;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional][default to null]
**pet_id** | **int** | | [optional][default to null]
**quantity** | **int** | | [optional][default to null]
**ship_date** | **DateTime** | | [optional][default to null]
**status** | **string** | Order Status | [optional][default to null]
**complete** | **boolean** | | [optional][default to null]