| Name | Type | Description | Notes |
|---|---|---|---|
| currencyCode | String | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] |
| discountPercent | BigDecimal | The percentage of subtotal discount | [optional] |
| excludedItemTags | List<String> | A list of item tags which cannot be discounted. | [optional] |
| excludedItems | List<String> | A list of items which cannot be discounted. | [optional] |
| itemTags | List<String> | An optional list of item tags which will receive a discount. If blank, discount applies to all items except excluded items. | [optional] |
| items | List<String> | An optional list of items which will receive a discount. If blank, discount applies to all items except excluded items. | [optional] |
| limit | Integer | The (optional) maximum quantity of discounted items. | [optional] |
| minimumItemAmount | BigDecimal | The minimum item amount (dollars) required for the discount to apply | [optional] |