| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Float | Total amount of the order | [optional] |
| billing | MainOrderPayloadBilling | [optional] | |
| contact_id | Integer | Unique identifier for the contact | [optional] |
| coupons | Array<String> | List of coupon codes applied to the order | [optional] |
| created_at | DateTime | Timestamp when the order was created | [optional] |
| String | Email address associated with the order | [optional] | |
| id | String | Unique identifier for the order | [optional] |
| identifiers | MainOrderPayloadIdentifiers | [optional] | |
| products | Array<MainProductPayload> | List of products in the order | [optional] |
| status | String | Current status of the order | [optional] |
| store_id | String | Identifier for the store where the order was placed | [optional] |
| updated_at | DateTime | Timestamp when the order was last updated | [optional] |