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

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

Property Value

Type: IEnumerable<ICouponCode>
See Also