Mayson Monorepo Documentation
    Preparing search index...
    interface Segment {
        arrival_airport_code: string;
        carrier: string;
        departure_airport_code: string;
        flight_number: string;
        service_class: string;
        stopover_allowed: boolean;
    }
    Index

    Properties

    arrival_airport_code: string

    The three-letter IATA airport code of the flight's destination.

    carrier: string

    The airline carrier code.

    departure_airport_code: string

    The three-letter IATA airport code that the flight departed from.

    flight_number: string

    The flight number.

    service_class: string

    The flight's service class.

    stopover_allowed: boolean

    Whether a stopover is allowed on this flight.