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 ConsumerSelfView

The consumer self view in Bolt

Inheritance
System.Object
ConsumerSelfView
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class ConsumerSelfView : Object

Constructors

ConsumerSelfView()

Declaration
public ConsumerSelfView()

Properties

Authentication

The authentication

Declaration
public LoginView Authentication { get; set; }
Property Value
Type Description
LoginView

Emails

The emails

Declaration
public List<EmailView> Emails { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EmailView>

EmailVerified

The email verified

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

FirtsName

The first name

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

HasHadAssociatedAddress

Has had associated address

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

Id

The id

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

LastName

The last name

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

Phones

The phones

Declaration
public List<PhoneView> Phones { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PhoneView>

PlatformAccountStatus

The platform account status

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