# CymbioApi.NewOrder

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**productId** | **String** | The sold product id | 
**price** | **Integer** |  | 
**quantity** | **Integer** |  | 
**status** | **String** |  | [optional] [default to &#39;NEW&#39;]
**shippingInfo** | [**ShippingInfo**](ShippingInfo.md) |  | 
**billingInfo** | [**BillingInfo**](BillingInfo.md) |  | 


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


* `NEW` (value: `"NEW"`)

* `PAYED` (value: `"PAYED"`)




