Class FormattedAmount


  • public class FormattedAmount
    extends Object
    • Constructor Detail

      • FormattedAmount

        public FormattedAmount​(@Nonnull
                               BigDecimal amount,
                               @Nonnull
                               String currency,
                               int dps)
        Parameters:
        amount - The amount, e.g. 1234.50
        currency - The currency, e.g. GBP
        dps - The number of decimal places of the amount, e.g. 2