mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 02:50:52 +00:00
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] |