Interface AccountInterface

All Superinterfaces:
AG_FinTrustInterface
All Known Implementing Classes:
Account, AccountDetails, PinServices, TransactionServices

public interface AccountInterface extends AG_FinTrustInterface
Interface for account creation in the Transacto: AG_FinTrust banking system. Defines the contract for initializing a new bank account.
Since:
August 02, 2025
Version:
2.0.0
Author:
Aditya Gupta
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • createMyAccount

      void createMyAccount(Connection connection)