Click or drag to resize
IReadOnlyCouponCodeCollectionNotAppliedInCartCodes Property
Gets coupon codes, that are in cart, but not applied.

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

Property Value

Type: IEnumerableICouponCode
See Also