Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ICouponUsage

Tracks coupon usage for promotions.

Namespace: EPiServer.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface ICouponUsage

Methods

Report(IEnumerable<PromotionInformation>)

Handles any reported used coupons, e.g. marking single-use coupon codes as used.

Declaration
void Report(IEnumerable<PromotionInformation> appliedPromotions)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<PromotionInformation> appliedPromotions

The applied promotions, containing the used coupon code where applicable.