A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class RecentOrdersModel

Model to store information for RecentOrdersCriterion

Inheritance
System.Object
RecentOrdersModel
Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
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