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