Click or drag to resize
IReadOnlyCouponCodeCollection Interface
Represents the read only collection of coupon codes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IReadOnlyCouponCodeCollection

The IReadOnlyCouponCodeCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllAppliedCodes
Gets coupon codes that are already applied in cart or order.
Public propertyCartAppliedCodes
Gets coupon codes that are already applied in cart.
Public propertyCodes
Gets all coupon codes.
Public propertyNotAppliedInCartCodes
Gets coupon codes, that are in cart, but not applied.
Public propertyOrderAppliedCodes
Gets coupon codes that are already applied in order.
Top
See Also