# KykyapiClient.Sale

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | Entity identifier. | [optional] 
**deliveryAddress** | [**Address**](Address.md) |  | [optional] 
**customerOrganizationId** | **Number** | Entity identifier. | 
**marker** | **String** | sale marker | [optional] 
**state** | **String** | Sale state | 


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


* `OFFER` (value: `"OFFER"`)

* `ORDER` (value: `"ORDER"`)

* `BILLING` (value: `"BILLING"`)

* `DONE` (value: `"DONE"`)

* `ARCHIVED` (value: `"ARCHIVED"`)




