forked from loafle/openapi-generator-original
* Parameter enum values * Inner enum class (model property) * Outer enum class (enum model/definition)
539 B
539 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
petId | Long | [optional] | |
quantity | Integer | [optional] | |
shipDate | Date | [optional] | |
status | StatusEnum | Order Status | [optional] |
complete | Boolean | [optional] |
Enum: StatusEnum
Name | Value |
---|---|
PLACED | placed |
APPROVED | approved |
DELIVERED | delivered |