Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any

      Returns
          | {
              DataLists: {
                  BaggageAllowance: any[];
                  ContactInfo: any[];
                  OriginDest: any[];
                  Pax: any[];
                  PaxJourney: any[];
                  PaxSegment: any[];
                  PriceClass: any[];
                  ServiceDefinition: any[];
              };
              Order: {};
              PaymentInfo: any[];
          }
          | { error: { code: any; description: any; statusText: any; type: any } }