@transreport/pauk-staff-api
    Preparing search index...

    Interface Reservation

    Seat reservation

    interface Reservation {
        coach?: string | null;
        desired_coach?: string | null;
        desired_seat?: string | null;
        desired_units: unknown[];
        item_ref?: string | null;
        passenger_id?: string | null;
        rars_ref?: string | null;
        seat?: string | null;
        status: string;
        tariff_code?: string | null;
        ticket_type?: string | null;
        units: unknown[];
    }
    Index

    Properties

    coach?: string | null

    Coach identifier

    desired_coach?: string | null

    Desired coach

    desired_seat?: string | null

    Desired seat

    desired_units: unknown[]

    Desired units

    item_ref?: string | null

    Item reference

    passenger_id?: string | null

    Passenger ID

    rars_ref?: string | null

    RARS reference

    seat?: string | null

    Seat number

    status: string

    Reservation status

    tariff_code?: string | null

    Tariff code

    ticket_type?: string | null

    Ticket type

    units: unknown[]

    Units