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 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: 13.30.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