Alokai

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