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 CustomerPropertiesModel

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

Constructors

CustomerPropertiesModel()

Declaration
public CustomerPropertiesModel()

Properties

AddressPostalCode

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

Country

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

CustomerGroup

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

FromDate

Declaration
public DateTime FromDate { get; set; }
Property Value
Type Description
System.DateTime

PropertyName

Gets or sets the name of the property.

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

The name of the property.

PropertyValue

Gets or sets the property value.

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

The property value.

Region

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

RegistrationSource

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

State

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

ToDate

Declaration
public DateTime ToDate { get; set; }
Property Value
Type Description
System.DateTime

Implements

System.ICloneable