mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
19 lines
572 B
Markdown
19 lines
572 B
Markdown
|
# 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]
|
||
|
|
||
|
|