Google Apps Script API
    Preparing search index...
    interface Pricing {
        capCostType?: string;
        endDate?: string;
        flights?: Flight[];
        groupType?: string;
        pricingType?: string;
        startDate?: string;
    }
    Index

    Properties

    capCostType?: string
    endDate?: string
    flights?: Flight[]
    groupType?: string
    pricingType?: string
    startDate?: string