Click or drag to resize
CouponCodeCollectionCartAppliedCodes 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#
public IEnumerable<ICouponCode> CartAppliedCodes { get; }

Property Value

Type: IEnumerableICouponCode

Implements

IReadOnlyCouponCodeCollectionCartAppliedCodes
See Also