Click or drag to resize
VolumeDiscountInfoProviderDeleteVolumeDiscountInfo Method (Int32)
Deletes volume discount with specified ID.

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

Parameters

discountId
Type: SystemInt32
Volume discount ID
See Also