ENUM

TicketStatusEnum

enum type for scanEvents details

link GraphQL Schema definition

  • enum TicketStatusEnum {
  • # Ticket was invalidated with the ticketInvalidate mutation.
  • invalidated
  • # No entries left.
  • voided
  • # Ticket cannot be scanned in the future due to validUntil time restriction and it
  • # could have been used before expiration.
  • expired
  • # Entry is or will be possible at least in one entry zone.
  • valid
  • }