Click or drag to resize
CouponCodeCollection.Codes Property
Gets the coupon codes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public IEnumerable<ICouponCode> Codes { get; }

Property Value

Type: IEnumerable<ICouponCode>

Implements

IReadOnlyCouponCodeCollection.Codes
See Also