Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 968 Bytes

CouponPercentOffItemWithItemsQuantityPurchase.md

File metadata and controls

14 lines (10 loc) · 968 Bytes

com.ultracart.admin.v2.Model.CouponPercentOffItemWithItemsQuantityPurchase

Properties

Name Type Description Notes
DiscountPercent decimal? The percentage of subtotal discount [optional]
Items List<string> A list of items which will receive a discount if one of the required purchase items is purchased. [optional]
Limit int? 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]
RequiredPurchaseQuantity int? The quantity of items that must be purchased for the discount to be applied. [optional]

[Back to Model list] [Back to API list] [Back to README]