forked from loafle/openapi-generator-original
501 B
501 B
Order
An order for a pets from the pet store
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
petId | Long | [optional] | |
quantity | Int | [optional] | |
shipDate | OffsetDateTime | [optional] | |
status | Status | Order Status | [optional] |
complete | Boolean | [optional] |
Enum: Status
Allowed values: [placed, approved, delivered]