Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any

      Returns
          | {
              BookingRef: {};
              DataLists: {
                  BaggageAllowanceList: any[];
                  ContactInfoList: any[];
                  OriginDestList: any[];
                  PaxJourneyList: any[];
                  PaxList: any[];
                  PaxSegmentList: any[];
                  PriceClassList: any[];
                  ServiceDefinitionList: any[];
              };
              OrderID: any;
              OrderItem: any[];
              OwnerCode: any;
              PaymentInfo: any[];
              PaymentTimeLimitDateTime: any;
              StatusCode: any;
              TotalPrice: {};
          }
          | { error: { code: any; description: any; statusText: any; type: any } }