Documentation
    Preparing search index...

    Interface OrderCancelRQ

    interface OrderCancelRQ {
        agenceInfo: AgenceInfo;
        AirlineDesigCode: string;
        flights: Flight[];
        offerIdList: any[];
        oras: string[];
        OrderID: string;
        paxs: any[];
        reshopParameters: ReshopParameters;
        retainServiceID: any;
    }
    Index

    Properties

    agenceInfo: AgenceInfo
    AirlineDesigCode: string
    flights: Flight[]
    offerIdList: any[]
    oras: string[]
    OrderID: string
    paxs: any[]
    reshopParameters: ReshopParameters
    retainServiceID: any