Class CreateProfile
The create profile object in Bolt
Inheritance
System.Object
    CreateProfile
  Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class CreateProfile : Object
  Constructors
CreateProfile()
Declaration
public CreateProfile()
  Properties
The email
Declaration
public string Email { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FirstName
The first name
Declaration
public string FirstName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LastName
The last name
Declaration
public string LastName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Phone
The phone
Declaration
public string Phone { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |