| Name | Type | Description | Notes |
|---|---|---|---|
| DiscountPercent | decimal | 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] |
| ShippingMethods | List<string> | One or more shipping methods that may be used with this coupon. If not specified or empty, methods that are marked as qualifies for free shipping will be the only free methods | [optional] |