Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 911 Bytes

File metadata and controls

18 lines (10 loc) · 911 Bytes

CouponPercentOffItems

Properties

Name Type Description Notes
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]