| Name | Type | Description | Notes |
|---|---|---|---|
| order_total | float | Ecommerce cart total | [optional] |
| order_id | string | Order ID is any non-empty unique string | |
| cart_id | string | Cart ID that originated this order | [optional] |
| order_date | \DateTime | Date and hour of the order | [optional] |
| order_status | string | Status of the order | [optional] [default to 'unknown'] |
| contact | \EgoiClient\EgoiModel\Contact1 | [optional] | |
| products | \EgoiClient\EgoiModel\OrderProduct[] | List of products | [optional] |