Package com.six.timapi
Class Total
- java.lang.Object
-
- com.six.timapi.Total
-
public class Total extends Object
Contains information about the total for one currency. Immutable class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountgetAmountSum()Total amount per currency.AmountgetAmountSumOther()Total amount per currency.AmountgetAmountSumTip()Total amount per currency.intgetCount()Number of transactions.CurrencygetCurrency()Currency.intgetExponent()\brief Exponent.List<TrxDetail>getTrxDetails()List of transaction details.StringtoString()String representation for debugging purpose.
-
-
-
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.
-
getCurrency
public Currency getCurrency()
Currency.
-
getExponent
public int getExponent()
\brief Exponent.
-
-