Click or drag to resize
VolumeDiscountInfoProviderGetVolumeDiscountInfo Method (Int32)
Returns volume discount with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static VolumeDiscountInfo GetVolumeDiscountInfo(
	int discountId
)

Parameters

discountId
Type: SystemInt32
Volume discount ID

Return Value

Type: VolumeDiscountInfo
See Also