Click or drag to resize
CouponCodeCollectionAllAppliedCodes Property
Gets all applied coupon codes.

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

Property Value

Type: IEnumerableICouponCode

Implements

IReadOnlyCouponCodeCollectionAllAppliedCodes
See Also