Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.2 KB

File metadata and controls

18 lines (13 loc) · 1.2 KB

com.ultracart.admin.v2.Model.CouponPercentOffItemsAndFreeShipping

Properties

Name Type Description Notes
DiscountPercent decimal The percentage of subtotal discount [optional]
ExcludedItemTags List<string> A list of item tags which cannot be discounted. [optional]
ExcludedItems List<string> A list of items which cannot be discounted. [optional]
ItemTags List<string> An optional list of item tags which will receive a discount. If blank, discount applies to all items except excluded items. [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]
ShippingMethods List<string> One or more shipping methods that may be used with this coupon. If not specified or empty, methods that are marked as qualifies for free shipping will be the only free methods [optional]

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