# KykyapiClient.InternalOrder

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | Entity identifier. | [optional] 
**saleId** | **Number** | Entity identifier. | [optional] 
**state** | **String** |  | [optional] 
**desiredCompletionTime** | **Date** | Desired time of completion | [optional] 
**makerId** | **String** | Id of maker | [optional] 
**additionalInformation** | **String** | Additional information about the purchase | [optional] 
**internalNotes** | **String** | Internal notes about the purchase | [optional] 


<a name="StateEnum"></a>
## Enum: StateEnum


* `DRAFT` (value: `"DRAFT"`)

* `OPEN` (value: `"OPEN"`)

* `COMPLETE` (value: `"COMPLETE"`)




