Click or drag to resize
IProductCouponService Interface
Defines the contract for classes providing product coupon discount evaluation.

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

The IProductCouponService type exposes the following members.

Methods
  NameDescription
Public methodEvaluateDiscounts
Evaluates product coupon discounts specified by the parameters on the given items collection.
Top
See Also