| Name | Type | Description | Notes |
|---|---|---|---|
| notes | string | Internal notes | [optional] |
| terms | string | Order terms | [optional] |
| contact_id | string | ID of the contact for this order | [optional] |
| order_title | string | Title for the order | [optional] |
| order_time | \DateTime | The date and time of the order. In ISO-8601 format (e.g. 2024-05-21T23:00:00Z) | [optional] |
| order_type | string | The order type. | [optional] |
| promo_codes | string[] | Uses multiple strings as promo codes. The corresponding discount will be applied to the order. | [optional] |
| lead_affiliate_id | string | Lead affiliate ID | [optional] |
| sales_affiliate_id | string | Sales affiliate ID | [optional] |
| shipping_address | \Keap\Core\V2\Model\AddressInformation | Shipping address for the order | [optional] |
| payment_plan | \Keap\Core\V2\Model\UpdatedPaymentPlan | Payment plan details | [optional] |
| custom_fields | \Keap\Core\V2\Model\CustomFieldValue[] | List of custom field values to apply to this order | [optional] |