Class ReviewTicket
The review ticket object in Bolt
Inheritance
System.Object
    ReviewTicket
  Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class ReviewTicket : Object
  Constructors
ReviewTicket()
Declaration
public ReviewTicket()
  Properties
Id
The id
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
RequestDeadline
The request deadline
Declaration
public long RequestDeadline { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Status
The status
Declaration
public string Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |