Type alias PodboxTicketActionPreCheckRequest

PodboxTicketActionPreCheckRequest: {
    action: PodboxTicketAction;
    credential: Credential;
    eventId: string;
    ticketId: string;
}

This is a "pre-checkin" step, which verifies that the user is able to check the ticket in, before allowing them to attempt to do so.

Type declaration

  • action: PodboxTicketAction

    The action a member of a pipeline wants to take.

  • credential: Credential

    This is a semaphore signature of a CredentialPayload, signed using the Zupass Semaphore identity of the user who has a ticket that the user claims grants them the permission to check tickets issued by the generic issuance service in.

  • eventId: string

    The ID of the event that the ticket belongs to.

  • ticketId: string

Generated using TypeDoc