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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void SetDiscountInfo(
	DiscountInfo discountObj
)

Parameters

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