Take the community feedback survey now.

Class ContactModel

Inheritance
System.Object
ContactModel
Implements
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ContactModel : Object, IContactModel

Constructors

ContactModel()

Declaration
public ContactModel()

ContactModel(CustomerContact)

Declaration
public ContactModel(CustomerContact contact)
Parameters
Type Name Description
CustomerContact contact

Properties

Addresses

Declaration
public IEnumerable<AddressModel> Addresses { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<AddressModel>

CustomerGroup

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

Email

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

FirstName

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

FullName

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

IsAnonymous

Declaration
public bool IsAnonymous { get; set; }
Property Value
Type Description
System.Boolean

LastName

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

MiddleName

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

Implements