Class CustomerAccountViewModel
Inheritance
System.Object
CustomerAccountViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class CustomerAccountViewModel : Object
Constructors
CustomerAccountViewModel()
Declaration
public CustomerAccountViewModel()
Properties
Approved
Declaration
public bool Approved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string ContactId { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|