Documentation
    Preparing search index...
    • Parameters

      • bookingResponse: any
      • body: any

      Returns {
          DataLists: {
              BaggageAllowanceList: {
                  BaggageAllowance: {
                      BaggageAllowanceID: { _text: string };
                      PieceAllowance: {
                          ApplicablePartyText: { _text: string };
                          TotalQty: { _text: string };
                      };
                      TypeCode: { _text: string };
                  }[];
              };
              ContactInfoList: { ContactInfo: any[] };
              OriginDestList: {
                  OriginDest: {
                      DestCode: { _text: any };
                      OriginCode: { _text: any };
                      OriginDestID: { _text: any };
                      PaxJourneyRefID: { _text: any };
                  }[];
              };
              PaxJourneyList: { PaxJourney: any[] };
              PaxList: { Pax: any };
              PaxSegmentList: { PaxSegment: any[] };
              PriceClassList: {
                  PriceClass: {
                      CabinType: { CabinTypeCode: any; CabinTypeName: any };
                      FareBasisCode: { _text: any };
                      Name: { _text: any };
                      PriceClassID: { _text: string };
                  }[];
              };
              ServiceDefinitionList: { ServiceDefinition: any[] };
          };
          Order: {
              BookingRef: {
                  BookingEntity: { Carrier: { AirlineDesigCode: { _text: any } } };
                  BookingID: { _text: any };
              };
              OrderID: { _text: string };
              OrderItems: any;
              OwnerCode: { _text: any };
              StatusCode: { _text: string };
              TotalPrice: {
                  TotalAmount: { _attributes: { CurCode: any }; _text: string };
              };
          };
          PaymentInfo: { PaymentInfoID: { _text: string } };
      }