Class RecentOrdersModel
Model to store information for RecentOrdersCriterion
Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class RecentOrdersModel : ModelBase, ICloneable
Constructors
RecentOrdersModel()
Declaration
public RecentOrdersModel()
Properties
WithinDays
Gets or sets the days within which to find the buyer. Zero means all orders will be searched
Declaration
public int WithinDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The within days. |
Implements
System.ICloneable