Click or drag to resize
DiscountInfoProviderDeleteDiscountInfoInternal Method
Deletes specified discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteDiscountInfoInternal(
	DiscountInfo discountObj
)

Parameters

discountObj
Type: CMS.EcommerceDiscountInfo
Discount to be deleted
See Also