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 RecentSpentModel

Inheritance
System.Object
RecentSpentModel
Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class RecentSpentModel : ModelBase, ICloneable

Constructors

RecentSpentModel()

Declaration
public RecentSpentModel()

Properties

Currency

Gets or sets the currency in which the user order is paid.

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

The currency.

Days

Gets or sets the number of days to search within.

Declaration
public int Days { get; set; }
Property Value
Type Description
System.Int32

The days.

Total

Gets or sets the amount that users' order totals should be greater than equal to.

Declaration
public float Total { get; set; }
Property Value
Type Description
System.Single

The amount.

Implements

System.ICloneable