# Order ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**id** | **Long** | | [optional] | |**petId** | **Long** | | [optional] | |**quantity** | **Integer** | | [optional] | |**shipDate** | **OffsetDateTime** | | [optional] | |**status** | [**StatusEnum**](#StatusEnum) | Order Status | [optional] | |**complete** | **Boolean** | | [optional] | ## Enum: StatusEnum | Name | Value | |---- | -----| | PLACED | "placed" | | APPROVED | "approved" | | DELIVERED | "delivered" |