London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ICouponUsage

Tracks coupon usage for promotions.

Namespace: EPiServer.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 13.30.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.