Click or drag to resize
CouponCodeCollectionCouponCodes Property
Gets the coupon codes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public CouponCode[] CouponCodes { get; set; }

Property Value

Type: CouponCode
Remarks
Exists due to serialization reasons.
See Also