forked from loafle/openapi-generator-original
* #6165 - Java Vertx client * #6165 - Java Vertx client (samples) * #6165 - Java Vertx client (tests generation) * #6165 - Java Vertx client (fixed test samples)
595 B
595 B
Order
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" |