Click or drag to resize
DiscountsParametersCouponCodes Property
List of coupon codes. Null means that codes are irrelevant. Empty list means that discounts do not need coupons (only discount that doesn't use coupons).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public List<string> CouponCodes { get; set; }

Property Value

Type: ListString
See Also