mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-19 10:03:58 +00:00
* [kotlin][client] Add Jackson as serialization library * [kotlin][client] Add kotlin-client-jackson.sh to kotlin-client-all.sh * update kotlin client samples * update doc Co-authored-by: William Cheng <wing328hk@gmail.com>
574 B
574 B
Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | kotlin.Long | [optional] | |
| petId | kotlin.Long | [optional] | |
| quantity | kotlin.Int | [optional] | |
| shipDate | java.time.OffsetDateTime | [optional] | |
| status | inline | Order Status | [optional] |
| complete | kotlin.Boolean | [optional] |
Enum: status
| Name | Value |
|---|---|
| status | placed, approved, delivered |