Interface IBankingService

  • All Known Implementing Classes:
    BankingService

    public interface IBankingService
    The Jadex asynchronous banking service.
    • Method Detail

      • getAccountStatement

        IFuture<AccountStatement> getAccountStatement​(Request request)
        Get the account statement.
        Parameters:
        request - The request.
        Returns:
        The account statement.