Documentation
    Preparing search index...
    • Parameters

      • BA_XML: any

      Returns {
          BookingRef: {
              BookingEntity: { Carrier: { AirlineDesigCode: { _text: any } } };
              BookingID: { _text: any };
          };
          OrderID: { _text: any };
          OrderItem: {
              OrderItemID: { _text: any };
              PaxRefID: { _text: any };
              Price: {
                  BaseAmount: { _attributes: { CurCode: any }; _text: any };
                  TaxSummary: {
                      TotalTaxAmount: { _attributes: { CurCode: any }; _text: any };
                  };
                  TotalAmount: { _attributes: { CurCode: any }; _text: any };
              };
              Service: {
                  PaxRefID: { _text: any };
                  ServiceAssociations: { PaxSegmentRefID: { _text: string } };
                  ServiceID: { _text: any };
                  StatusCode: { _text: any };
              }[];
              StatusCode: { _text: any };
          }[];
          OwnerCode: { _text: any };
          PaymentTimeLimitDateTime: { _text: any };
          TotalPrice: { TotalAmount: { _attributes: { CurCode: any }; _text: any } };
      }