Click or drag to resize
DiscountInfoLogUseOnce Method (String)
Informs this discount that it was applied.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public void LogUseOnce(
	string couponCode
)

Parameters

couponCode
Type: SystemString
The coupon code that was used for discount application.

Implements

ICanLogDiscountUsageLogUseOnce(String)
See Also