mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-22 19:43:40 +00:00
662 B
662 B
WWW::SwaggerClient::Object::Order
Load the model package
use WWW::SwaggerClient::Object::Order;
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |