forked from loafle/openapi-generator-original
* [kotlin] add OffsetDateTime support * [kotlin] serializer add missing import * [kotlin] update pet projects and fix tests * [kotlin] update docs * [kotlin] update pet projects * [kotlin] update date-time * [kotlin] update pet project * [kotlin] update windows script
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 |