Click or drag to resize
VolumeDiscountInfoProvider.GetVolumeDiscounts Method
Returns the query for all volume discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<VolumeDiscountInfo> GetVolumeDiscounts()

Return Value

Type: ObjectQuery<VolumeDiscountInfo>
See Also