Documentation
    Preparing search index...
    • Parameters

      • sessionResponse: any

      Returns {
          DataLists: {
              BaggageAllowanceList: { BaggageAllowance: any };
              ContactInfoList: {
                  ContactInfo: {
                      ContactInfo: { ContactInfoID: { _text: any } };
                      EmailAddress: { EmailAddressText: { _text: any } };
                      Phone: { PhoneNumber: { _text: any } };
                  };
              };
              OriginDestList: { OriginDest: any };
              PaxJourneyList: { PaxJourney: any };
              PaxList:
                  | { Pax?: undefined }
                  | {
                      Pax: {
                          Individual: { GivenName: { _text: any }; Surname: { _text: any } };
                          PaxID: { _text: any };
                          PTC: { _text: any };
                      };
                  };
              PaxSegmentList: { PaxSegment: any };
              PriceClassList: { PriceClass: any };
              ServiceDefinitionList: { ServiceDefinition: any[] };
          };
          Order: { OrderItem: any };
      }