Documentation
    Preparing search index...
    interface ReshopGDSBody {
        paxs: { id: string; ptc: string }[];
        selectedAirline: string[];
        travels: {
            dateDep: string;
            fareBasisCode: string[];
            flights?: {
                airlineCode: { marketingCarrier: string; operatingCarrier: string };
                ClassOfService: string;
                dateArv: string;
                dateDep: string;
                flightNumber: string;
                locationCodeArv: string;
                locationCodeDep: string;
            }[];
            locationCodeArv: string;
            locationCodeDep: string;
            timeDep: string;
        }[];
    }
    Index

    Properties

    paxs: { id: string; ptc: string }[]
    selectedAirline: string[]
    travels: {
        dateDep: string;
        fareBasisCode: string[];
        flights?: {
            airlineCode: { marketingCarrier: string; operatingCarrier: string };
            ClassOfService: string;
            dateArv: string;
            dateDep: string;
            flightNumber: string;
            locationCodeArv: string;
            locationCodeDep: string;
        }[];
        locationCodeArv: string;
        locationCodeDep: string;
        timeDep: string;
    }[]