Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 627 Bytes

File metadata and controls

16 lines (8 loc) · 627 Bytes

CouponPercentOffRetailPriceItems

Properties

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]