Interface IncomingPaymentHandlerService

All Known Implementing Classes:
IncomingPaymentHandlerServiceImpl

public interface IncomingPaymentHandlerService
Depending on what modules are installed, incoming payments must be handled differently (e.g. debitor or donation). This Service provides different handlers with methods which are used in different places. For each module which can affect the way, incoming payments are handled, a IncomingPaymentHandler should be contributed.