forked from loafle/openapi-generator-original
* add useSingleRequestParameter support to java client * trigger build failure * trigger build failure * Revert "trigger build failure" This reverts commit 545e57ab8f3d943d9ad6ad114841a37d3b01a47b. * Revert "trigger build failure" This reverts commit 849f71f1f1a28659b0fd375986d7e66e9c6d04ac. * update doc
634 B
634 B
Order
An order for a pets from the pet store
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| petId | Long | [optional] | |
| quantity | Integer | [optional] | |
| shipDate | OffsetDateTime | [optional] | |
| status | StatusEnum | Order Status | [optional] |
| complete | Boolean | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| PLACED | "placed" |
| APPROVED | "approved" |
| DELIVERED | "delivered" |