Click or drag to resize
IMultiBuyDiscountsService Interface
Defines the contract for classes providing multibuy discount evaluation.

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

The IMultiBuyDiscountsService type exposes the following members.

Methods
  NameDescription
Public methodEvaluateDiscounts
Evaluates multibuy discounts specified by the parameters on the given items collection using the applicator.
Top
See Also