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 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