Interface FundsTransferPostProcessHook


  • public interface FundsTransferPostProcessHook
    Interface to be used to extend the Funds Transfer functionality.
    Author:
    Daniel Martins
    • Method Detail

      • exec

        void exec​(List<FIN_FinaccTransaction> transactions)
           throws Exception
        Method to implement in extension classes. This method will be called to extend functionality.
        Parameters:
        transactions - A list of all transactions created by Funds Transfer
        Throws:
        Exception