mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 11:00:52 +00:00
Done for Java clients (default, jersey2, okhttp-gson), Ruby client and JavaScript client.
397 B
397 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] |