Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any

      Returns {
          BookingRef: {
              BookingID: { _text: any };
              Carrier: { AirlineDesigCode: { _text: any } };
          };
          DataLists: {
              BaggageAllowanceList: any[];
              ContactInfoList: {
                  ContactInfoID: { _text: any };
                  EmailAddress: { _text: any };
                  Phone: { _text: any };
              }[];
              OriginDestList: any[];
              PaxJourneyList: any[];
              PaxList: any[];
              PaxSegmentList: any[];
              PriceClassList: any[];
              ServiceDefinitionList: any[];
          };
          OrderID: any;
          OrderItem: any[];
          OwnerCode: any;
          PaymentInfo: { Payment: string; PaymentInfoID: string }[];
          PaymentTimeLimitDateTime: string;
          StatusCode: any;
          ticketDocInfo: any[];
          TotalPrice: { currency: any; price: any };
          Warning: any[];
      }