| Name | Type | Description | Notes |
|---|---|---|---|
| ship_to_address | ShipToAddress | ||
| billing_address | ShipToAddress | ||
| items | Array<PostOrderItem> | ||
| payment | OrderPayment | ||
| source_id | String | Clients can submit an ID they use for the order here. | |
| is_pre_submit | BOOLEAN | Submit the order into PrePayment status. | |
| coupon_code | String | ||
| meta | Meta | An optional Map<string,string> of misc properties. |