Click or drag to resize
ICatalogDiscountSource Interface
Represents a source of catalog discounts.

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

The ICatalogDiscountSource type exposes the following members.

Methods
  NameDescription
Public methodGetDiscounts
Returns the catalog discounts collection which should be applied for the specified sku. Applied discounts must be running due to CalculationDate, applicable for the given User and satisfy the discount conditions.
Top
See Also