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