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 RecentSpentModel

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