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

    Interface BookingResponseV2

    Booking creation response

    interface BookingResponseV2 {
        id: string;
        journeys: JourneyV2[];
        ref: string;
        toc_operator?: Operator;
    }
    Index

    Properties

    id: string

    Booking ID (UUID)

    journeys: JourneyV2[]

    Journey details with assigned IDs and booking status

    ref: string

    Booking reference code

    toc_operator?: Operator

    Train Operating Company responsible for the booking