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.0Syntax
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> |