| Name | Type | Description | Notes |
|---|---|---|---|
| currencyCode | String | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] |
| discountAmount | BigDecimal | The amount of shipping discount | [optional] |
| itemTags | List<String> | An optional list of item tags which will receive a discount. | [optional] |
| items | List<String> | A list of items which are eligible for the discount amount. | [optional] |
| limit | Integer | The limit of items which are eligible for the discount amount. | [optional] |