Jim Schubert b62d68ac5a [markdown] New Markdown Generator (#4811)
* [markdown] New Generator

* [docs] Update to avoid conflict with new markdown generator
2019-12-19 11:16:20 +08:00

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]

[Back to Model list] [Back to API list] [Back to README]