forked from loafle/openapi-generator-original
* Fix test output folder error for MicronautServerGenerator * Add java8 OffsetDateTime support for Micronaut Codegens
665 B
665 B
Order
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" |