Click or drag to resize
IVolumeDiscountSource Interface
Represents a source of volume discounts.

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

The IVolumeDiscountSource type exposes the following members.

Methods
  NameDescription
Public methodGetDiscount
Returns product volume discount applicable to the specified sku when purchased in given quantity.
Top
See Also