Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 634 Bytes

File metadata and controls

29 lines (17 loc) · 634 Bytes

Order

An order for a pets from the pet store

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"