Click or drag to resize
IDiscountApplicator Interface
Service that applies multiple discounts on the price.

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

The IDiscountApplicator type exposes the following members.

Methods
  NameDescription
Public methodApplyDiscounts
Returns the application summary of the discountGroups when applied on the specified price.
Top
See Also