mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 08:31:21 +00:00
582 B
582 B
Org.OpenAPITools.Model.Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | long? | [optional] | |
| PetId | long? | [optional] | |
| Quantity | int? | [optional] | |
| ShipDate | DateTime? | [optional] | |
| Status | string | Order Status | [optional] |
| Complete | bool? | [optional] [default to false] |