Mayson Monorepo Documentation
    Preparing search index...
    interface Flight {
        departure_at: number;
        passenger_name: string;
        refundable: boolean;
        segments: Stripe.Issuing.Transaction.PurchaseDetails.Flight.Segment[];
        travel_agency: string;
    }
    Index

    Properties

    departure_at: number

    The time that the flight departed.

    passenger_name: string

    The name of the passenger.

    refundable: boolean

    Whether the ticket is refundable.

    The legs of the trip.

    travel_agency: string

    The travel agency that issued the ticket.