Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any

      Returns
          | {
              BaggageAllowance: any[];
              DataLists: {
                  BaggageAllowanceList: any[];
                  PaxList: any[];
                  PaxSegmentList: any[];
              };
              Errors: any[];
              OfferExpirationDateTime: any;
              OfferID: any;
              OrderItems: any[];
              PaymentInfo: any[];
              PaymentTimeLimitDateTime: any;
              ResponseID: any;
              servicesComplementaires: any[];
          }
          | { error: { code: any; description: any; statusText: any; type: any } }