Ask the server to check whether this ticket is still eligible to be checked in, after looking it up by ticket ID.

interface CheckTicketByIdRequest {
    signature: Credential;
    ticketId: string;
}

Properties

Properties

signature: Credential
ticketId: string

Generated using TypeDoc