Mark Thomas 538f07945a BAEL-3304 - spatialguru.net@gmail.com (#8883)
* BAEL-3304 - Add openapi generator client

* BAEL-3304 - Add openapi generator client

* BAEL-3304 - Add openapi generator client to root module

* Remove .gitignore
2020-03-22 19:06:39 +00:00

573 B

Order

Properties

Name Type Description Notes
id Long [optional]
petId Long [optional]
quantity Integer [optional]
shipDate OffsetDateTime [optional]
status StatusEnum Order Status [optional]
complete Boolean [optional]

Enum: StatusEnum

Name Value
PLACED "placed"
APPROVED "approved"
DELIVERED "delivered"