Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 974 Bytes

File metadata and controls

18 lines (10 loc) · 974 Bytes

CouponPercentOffItemsWithItemsPurchase

Properties

Name Type Description Notes
discountPercent BigDecimal The percentage of subtotal discount [optional]
itemTags List<String> An optional list of item tags which will receive a discount of one of the required purchased items is purchased. [optional]
items List<String> A list of items which will receive a discount if one of the required purchase items is purchased. [optional]
limit Integer The (optional) maximum quantity of discounted items. [optional]
requiredPurchaseItems List<String> Required items (at least one from the list) that must be purchased for coupon to be valid [optional]
requiredPurchaseItemsTags List<String> An optional list of item tags which are required to be purchased. [optional]