Documentation
    Preparing search index...
    • Parameters

      • brandedFareInfo: any
      • sessionResponse: any
      • body: any
      • cvipCharge: any = null

      Returns Promise<
          {
              baggage: any;
              DataLists: {
                  BaggageAllowanceList: {
                      BaggageAllowance: {
                          BaggageAllowanceID: { _text: any };
                          DimensionAllowance: any;
                          PieceAllowance: {
                              ApplicablePartyText: { _text: any };
                              TotalQty: { _text: any };
                          };
                          TypeCode: { _text: any };
                          WeightAllowance: 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: {
                  BookingRef: {
                      BookingEntity: { Carrier: { AirlineDesigCode: { _text: any } } };
                      BookingID: { _text: any };
                  };
                  OrderID: { _text: any };
                  OrderItem: any[];
                  OwnerCode: { _text: any };
                  PaymentTimeLimitDateTime: { _text: any };
                  StatusCode: { _text: any };
                  TotalPrice: {
                      TotalAmount: { _attributes: { CurCode: any }; _text: string };
                  };
              };
              PaymentInfo: {
                  EnrollmentStatusText: string;
                  PaymentInfoID: { _text: string };
              };
          },
      >