forked from loafle/openapi-generator-original
* Add missing Jackson converter for Retrofit This commit adds the missing configuration for a ApiClient so all Jackson serializations will start to work correctly. * Add sample project code for Retrofit Jackson
564 B
564 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 |