Ticket Type
A ticket type is a type specification, that is referred to when issuing new tickets.
| Property | Type | Default | Description | Example |
|---|---|---|---|---|
id* | string (UUIDv4) | Unique identifier | "bd4a0997-39db-41d9-883a-cdfa83e2101f" | |
locationId | string (UUIDv4) | Reference to a location. If that ticket type belongs to a specific location | "bd4a0997-39db-41d9-883a-cdfa83e2101f" | |
name* | string | Name of ticket type | "Adult Ticket Web" | |
description | string | Description of the ticket | "This ticket..." | |
onlineName* | string | Online Name of ticket type | "Adult Ticket" | |
onlineDescription | string | Online Description of the ticket | "This ticket..." | |
sku | string | SKU of the ticket | "1234567890" | |
translations | array | [] | A list of translation objects TicketTypeTranslation for the object | [{ language: "da", name: "Voksen Bill..." }] |
price | number | null | Price of ticket in lowest unit. Cents for EUR, USD etc. 0 = FREE | 54000 |
TicketTypeTranslation
A TicketTypeTranslation contains translated fields for the object.
| Property | Type | Default | Description | Example |
|---|---|---|---|---|
language* | string (ISO 639-1) | Language code for the translation | "da" | |
name | string | null | See description of field in TicketType | |
description | string | null | See description of field in TicketType | |
onlineName | string | null | See description of field in TicketType | |
onlineDescription | string | null | See description of field in TicketType |