Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IContactModel

Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public interface IContactModel

Properties

CustomerGroup

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

Email

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

FirstName

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

FullName

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

LastName

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

MiddleName

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