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 ReviewTicket

The review ticket object in Bolt

Inheritance
System.Object
ReviewTicket
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
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