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

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

Property Value

Type: IEnumerableICouponCode
See Also