Class Total


  • public class Total
    extends Object
    Contains information about the total for one currency. Immutable class.
    • Method Detail

      • getCount

        public int getCount()
        Number of transactions.
      • getAmountSum

        public Amount getAmountSum()
        Total amount per currency.
      • getAmountSumTip

        public Amount getAmountSumTip()
        Total amount per currency.
      • getAmountSumOther

        public Amount getAmountSumOther()
        Total amount per currency.
      • getTrxDetails

        public List<TrxDetail> getTrxDetails()
        List of transaction details.
      • getCurrency

        public Currency getCurrency()
        Currency.
      • getExponent

        public int getExponent()
        \brief Exponent.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object