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.0Syntax
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 |