Click or drag to resize
DiscountInfoProviderSetDiscountInfoInternal Method
Sets (updates or inserts) specified discount.

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

Parameters

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