forked from loafle/openapi-generator-original
* add apex petstore samples, shell scripts, batch files * add wording "beta" to Apex help
572 B
572 B
SwagOrder
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
petId | Long | [optional] | |
quantity | Integer | [optional] | |
shipDate | Datetime | [optional] | |
status | StatusEnum | Order Status | [optional] |
complete | Boolean | [optional] |
Enum: StatusEnum
Name | Value |
---|---|
PLACED | "placed" |
APPROVED | "approved" |
DELIVERED | "delivered" |