Libticketto
    Preparing search index...

    Type Alias TicketRestrictions

    Determines which restrictions are enforced system-level for a ticket.

    type TicketRestrictions = {
        cannotResale: boolean;
        cannotTransfer: boolean;
    }
    Index

    Properties

    cannotResale: boolean

    Determines if a ticket is not for resale (i.e. exclusive events, scolarships)

    cannotTransfer: boolean

    Determines if a ticket is not able to be transfered to other accounts (i.e. scolarships)