Click or drag to resize
ICanLogDiscountUsageLogUseOnce Method
Informs this discount that it was applied.

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

Parameters

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