Interface IContactModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
public interface IContactModel
Properties
Declaration
string CustomerGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|