Typs
TicketType
Values are powers of two (bit flags), so multiple types can be combined.
| Value | Name | Description |
|---|---|---|
| 1 | VisitorTicket | Visitor ticket |
| 2 | ExhibitorTicket | Exhibitor ticket |
| 4 | ServiceTicket | Service ticket |
| 8 | OnsiteTicket | On‑site / cash‑desk ticket |
| 16 | PressTicket | Press ticket |
| 32 | ParkingTicket | Parking ticket |
| 64 | SpecialParkingTicket | Special parking ticket |
Exampel (bit combinations):
-
Visitor + Press ⇒
1 | 16 = 17 -
Exhibitor + Parking ⇒
2 | 32 = 34
SaleLegitimationStatus
(States for the sale‑related legitimation process)
| Value | Name | Meaning |
|---|---|---|
| 0 | New | New |
| 1 | Accepted | Accepted |
| 2 | Denied | Denied |
| 3 | InProgress | In progress |
| 4 | Shelved | Shelved |
| 5 | Questionable | Questionable |
| 6 | Incomplete | Incomplete |
SalePaymentStatus
(Payment state of the sale/transaction)
| Value | Name | Meaning |
|---|---|---|
| 0 | NotRequired | No payment required |
| 1 | NotPaid | Not paid / payment outstanding |
| 2 | Paid | Paid |
| 3 | NotRefunded | Not refunded after cancellation |
| 4 | Refunded | Refunded |
| 5 | RefundPending | Refund is being processed by the payment provider (callback expected) |
| 6 | PaymentProcessing | Payment is being processed by the payment provider (callback expected) |