forked from loafle/openapi-generator-original
415 B
415 B
SwaggerPetstore.Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| petId | Integer | [optional] | |
| quantity | Integer | [optional] | |
| shipDate | Date | [optional] | |
| status | String | Order Status | [optional] |
| complete | Boolean | [optional] [default to false] |