Click or drag to resize
IOrderDiscountSource Interface
Represents a source of order discounts.

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

The IOrderDiscountSource type exposes the following members.

Methods
  NameDescription
Public methodGetDiscounts
Returns the order discounts for the specified data grouped by their priority. Applied order discounts must be running, applicable for the given User and satisfy the discount conditions. Only order discounts satisfying the minimum order amount are returned.
Top
See Also