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

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

Property Value

Type: IEnumerableICouponCode

Implements

IReadOnlyCouponCodeCollectionNotAppliedInCartCodes
See Also