mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-03 10:13:50 +00:00
498 B
498 B
petstore::Order
An order for a pets from the pet store
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | integer | [optional] | |
| petId | integer | [optional] | |
| quantity | integer | [optional] | |
| shipDate | character | [optional] | |
| status | character | Order Status | [optional] [Enum: [placed, approved, delivered]] |
| complete | character | [optional] [default to FALSE] |