Click or drag to resize
IReadOnlyCouponCodeCollectionAllAppliedCodes Property
Gets coupon codes that are already applied in cart or order.

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

Property Value

Type: IEnumerableICouponCode
See Also