| Name | Type | Description | Notes |
|---|---|---|---|
| discountPercent | BigDecimal | The percentage of subtotal discount | [optional] |
| excludedItems | List<String> | A list of items which cannot be discounted. | [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] |