forked from loafle/openapi-generator-original
* Fix test output folder error for MicronautServerGenerator * Add java8 OffsetDateTime support for Micronaut Codegens
705 B
705 B
Order
An order for a pets from the pet store
The class is defined in Order.java
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long |
[optional property] | |
petId | Long |
[optional property] | |
quantity | Integer |
[optional property] | |
shipDate | OffsetDateTime |
[optional property] | |
status | StatusEnum | Order Status | [optional property] |
complete | Boolean |
[optional property] |
StatusEnum
Name | Value |
---|---|
PLACED | "placed" |
APPROVED | "approved" |
DELIVERED | "delivered" |