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

Class RedemptionLimitsData

Contains information regarding Redemption Limits on PromotionData.

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

Constructors

RedemptionLimitsData()

Declaration
public RedemptionLimitsData()

Properties

PerCustomer

Gets or sets the redemption limit per customer

Declaration
public virtual Nullable<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 Nullable<int> PerOrderForm { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PerPromotion

Gets or sets the redemption limit per promotion.

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