A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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