Interface AccountAuditor

All Superinterfaces:
AccountObserver
All Known Implementing Classes:
GovernmentAccountAuditor

public interface AccountAuditor extends AccountObserver
  • Method Details

    • getAuditHistory

      List<String> 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.