Documentation
    Preparing search index...
    • Get total price of booking, tax and base included.

      Parameters

      Returns {
          currency: string;
          totalBaseAmount: string;
          totalPrice: string;
          totalTaxPrice: string;
      }