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

Class CustomerAccountViewModel

Inheritance
System.Object
CustomerAccountViewModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
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

ContactId

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