| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique ID we use within our system. | |
| nice_id | String | A short, non-unique ID that is optionally used for customer service. | |
| souce_id | String | Partner's internal ID-- entirely optional | |
| items | Array<PostSubmittedItem> | ||
| total | ProductPriceInfo | ||
| shipping_total | ProductPriceInfo | ||
| discount_amount | ProductPriceInfo | ||
| discount_code | String | ||
| billing_address | ShipToAddress | ||
| shipping_address | ShipToAddress | ||
| meta | Meta | An optional Map<string,string> of misc properties. |