Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

TicketStarter

Basic information of the ticket. TicketStarter

export interface TicketStarter {
	'associatedTo'?: TicketAssociatedObject;
	'message': string;
	'subject': string;
	'ticketCategory': TicketCategory;
}

Properties

NameRequiredTypeDescription
associatedToOptionalTicketAssociatedObject{TicketAssociatedObject} TicketStarter
messageRequiredstringDetailed description of the question. {string} TicketStarter
subjectRequiredstringSubject of ticket. {string} TicketStarter
ticketCategoryRequiredTicketCategory{TicketCategory} TicketStarter

Referenced Types

On this page