# CymbioApi.Order

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


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


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

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




