Click or drag to resize
CouponCodeCollectionCodes 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: IEnumerableICouponCode

Implements

IReadOnlyCouponCodeCollectionCodes
See Also