forked from loafle/openapi-generator-original
* update csharp default value * update csharp 35 samples * update csharp 40 client * update c# net standard client * update C# net core client * update csharp propertychanged client
580 B
580 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] |