Documentation
    Preparing search index...
    • Parameters

      • aux: any
      • retJsonRS: any
      • additionalData: any

      Returns {
          DataLists: {
              OriginDest: {
                  DestCode: any;
                  OriginCode: any;
                  OriginDestID: any;
                  PaxJourneyRefID: any;
              }[];
              PaxList: { Pax: { PaxID: { _text: any }; PTC: any }[] };
              ServiceDefinitionList: {
                  ServiceDefinition: {
                      Desc: { DescText: { _text: any } };
                      Name: { _text: any };
                      ServiceDefinitionID: { _text: any };
                  }[];
              };
          };
          Order: {
              OrderItem: {
                  OrderItemID: { _text: any };
                  Price: {
                      BaseAmount: { _text: number; Amount: number };
                      Tax: any;
                      TaxSummary: {
                          Tax: any;
                          TotalTaxAmount: { _text: number; Amount: number };
                      };
                  };
                  Service: {
                      PaxRefID: { _text: any };
                      ServiceAssociations: {
                          PaxSegmentRefID: { _text: any };
                          ServiceDefinitionRef: {
                              PaxSegmentRefID: { _text: any };
                              ServiceDefinitionRefID: { _text: any };
                          };
                      };
                      ServiceID: { _text: any };
                      StatusCode: { _text: any };
                  }[];
              }[];
          };
          PaymentInfo: {
              Amount: { Amount: any; CurCode: any };
              PaymentInfoID: string;
              PaymentMethod: { Cash: {} };
              PaymentStatusCode: string;
              TypeCode: string;
          }[];
          ticketDocInfo: any[];
          TicketDocInfo: any[];
      }