Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 778 Bytes

File metadata and controls

18 lines (10 loc) · 778 Bytes

CouponPercentOffMsrpItems

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 list of items which will receive a discount. [optional]
limit Integer The (optional) maximum quantity of discounted items. [optional]
minimumCumulativeMsrp BigDecimal The (optional) minimum cumulative msrp of qualifying items. [optional]
minimumSubtotal BigDecimal The (optional) minimum subtotal of qualifying items. [optional]