Click or drag to resize
ICanLogDiscountUsage Interface
Interface for discount-like object that is able to log it was used.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public interface ICanLogDiscountUsage

The ICanLogDiscountUsage type exposes the following members.

Methods
  NameDescription
Public methodLogUseOnce
Informs this discount that it was applied.
Top
See Also