forked from loafle/openapi-generator-original
* feat(documentation): Adding model documentation * feat(documentation): Adding model documentation
458 B
458 B
petstore::Order
An order for a pets from the pet store
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | integer | [optional] | |
| petId | integer | [optional] | |
| quantity | integer | [optional] | |
| shipDate | character | [optional] | |
| status | character | Order Status | [optional] |
| complete | character | [optional] [default to FALSE] |