Interface TmaPriceValueFormatter

All Known Implementing Classes:
DefaultTmaPriceValueFormatter

public interface TmaPriceValueFormatter
Class responsible for formatting a price value.
Since:
2007
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains a formatted string for the given price value and currency.
  • Method Details

    • formatPriceValue

      String formatPriceValue(BigDecimal value, CurrencyModel currency)
      Obtains a formatted string for the given price value and currency.
      Parameters:
      value - the price value
      currency - the currency
      Returns:
      formatted String with the price value and currency