Class TargoBankTransactionsPage

  • All Implemented Interfaces:
    TransactionsPage

    public class TargoBankTransactionsPage
    extends TargoBankAccountPage
    implements TransactionsPage
    The page with all listed transactions These are the booked transactions for giro account and the pre-booked for an credit card account.
    Since:
    2.6.0
    Author:
    Frank Münster
    • Method Detail

      • getTransactions

        public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions​(java.util.Date lastTransactionDate)
                                                                           throws WebSiteException
        Returns all transactions on current page till the given date
        Specified by:
        getTransactions in interface TransactionsPage
        Parameters:
        Date - lastTransactionDate the of the last transactions to give back
        Throws:
        WebSiteException