You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
TicketCategory
Ticket category details. TicketCategory
export interface TicketCategory {
'id': string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Ticket category identifier. {string} TicketCategory |
name | Optional | string | Localized ticket category name. {string} TicketCategory |