Documentation
    Preparing search index...
    interface Root {
        agenceInfo: AgenceInfo;
        agencyId: AgencyId;
        AirlineDesigCode: string;
        OfferID: string;
        OfferIdList: any[];
        oras: string[];
        OrderItems: any[];
        paxs: Pax[];
        responseId: any;
        salesPointId: number;
    }
    Index

    Properties

    agenceInfo: AgenceInfo
    agencyId: AgencyId
    AirlineDesigCode: string
    OfferID: string
    OfferIdList: any[]
    oras: string[]
    OrderItems: any[]
    paxs: Pax[]
    responseId: any
    salesPointId: number