forked from loafle/openapi-generator-original
15 lines
727 B
Markdown
15 lines
727 B
Markdown
# ./Models.Order
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | [**Long**](long.md) | | [optional] [default to null]
|
|
**petId** | [**Long**](long.md) | | [optional] [default to null]
|
|
**quantity** | [**Integer**](integer.md) | | [optional] [default to null]
|
|
**shipDate** | [**Date**](DateTime.md) | | [optional] [default to null]
|
|
**status** | [**String**](string.md) | Order Status | [optional] [default to null]
|
|
**complete** | [**Boolean**](boolean.md) | | [optional] [default to false]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|