Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.16 KB

CouponFreeItemWithItemPurchase.md

File metadata and controls

15 lines (11 loc) · 1.16 KB

com.ultracart.admin.v2.Model.CouponFreeItemWithItemPurchase

Properties

Name Type Description Notes
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 free 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]
MatchRequiredPurchaseItemToFreeItem bool? If true then the free item is matched 1:1 with the free item in the list. [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]

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