Interface AccountAuditor
- All Superinterfaces:
AccountObserver
- All Known Implementing Classes:
GovernmentAccountAuditor
-
Method Summary
Modifier and TypeMethodDescriptionGets the formatted transactions associated with this account.Gets the transactions associated with this account.Methods inherited from interface com.palmergames.bukkit.towny.object.economy.AccountObserver
deposited, withdrew
-
Method Details
-
getAuditHistory
Gets the formatted transactions associated with this account. This should return the history in chronological order.- Returns:
- The formatted transaction history from this account.
-
getTransactions
List<BankTransaction> getTransactions()Gets the transactions associated with this account. This should return the history in chronological order.- Returns:
- The transaction history from this account.
-