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 UserIdentifier

User identifier object in Bolt

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

Constructors

UserIdentifier()

Declaration
public UserIdentifier()

Properties

Artifact

The artifact

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

Email

The email

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

EmailId

The email id

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

Phone

The phone

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

PhoneId

The phone id

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