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!

Class RedemptionLimitsData

Contains information regarding Redemption Limits on PromotionData.

Inheritance
System.Object
RedemptionLimitsData
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class RedemptionLimitsData : BlockData

Constructors

RedemptionLimitsData()

Declaration
public RedemptionLimitsData()

Properties

PerCustomer

Gets or sets the redemption limit per customer

Declaration
public virtual int? PerCustomer { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PerOrderForm

Gets or sets the redemption limit per order form.

Declaration
public virtual int? PerOrderForm { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PerPromotion

Gets or sets the redemption limit per promotion.

Declaration
public virtual int? PerPromotion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>