forked from loafle/openapi-generator-original
* Add support of AWSV4 Signature in Java * Add Petstore sample for AWSV4 Signature * Update other sample examples * Sync Documentation and sample * Specify only available for okhttp-gson in 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" |