Class ContactModel
Inheritance
System.Object
ContactModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
public class ContactModel : Object, IContactModel
Constructors
Declaration
Declaration
public ContactModel(CustomerContact contact)
Parameters
Properties
Declaration
public IEnumerable<AddressModel> Addresses { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<AddressModel> |
|
Declaration
public string CustomerGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public bool IsAnonymous { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements