Click or drag to resize
VolumeDiscountInfoProviderGetVolumeDiscountInfoInternal Method (Int32, Int32)
Returns corresponding VolumeDiscountInfo structure for the specified SKU and SKU units, if no volume discount found returns null.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual VolumeDiscountInfo GetVolumeDiscountInfoInternal(
	int skuId,
	int units
)

Parameters

skuId
Type: SystemInt32
SKU id
units
Type: SystemInt32
SKU units

Return Value

Type: VolumeDiscountInfo
See Also