Files
openapi-generator/samples/client/petstore/R-httr2-wrapper/docs/Order.md
William Cheng 65d57a8bf1 [R] Add generateWrapper option (#13198)
* add generateWrapper option

* fix bug, add tests

* update doc
2022-08-17 15:05:57 +08:00

459 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]