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

    Type Alias UnconfirmedBookingCustomer

    Passenger details

    type UnconfirmedBookingCustomer = {
        first_name?: string | null;
        last_name?: string | null;
        phone?: string | null;
        ref: string;
    }
    Index

    Properties

    first_name?: string | null

    First name

    last_name?: string | null

    Last name

    phone?: string | null

    Phone number

    ref: string

    Customer reference