Class FundsConfirmationService


  • @Service
    public class FundsConfirmationService
    extends Object
    • Constructor Detail

      • FundsConfirmationService

        public FundsConfirmationService()
    • Method Detail

      • fundsConfirmation

        public ResponseObject<FundsConfirmationResponse> fundsConfirmation​(FundsConfirmationRequest request)
        Checks if the account balance is sufficient for requested operation
        Parameters:
        request - Contains the requested balanceAmount in order to compare with the available balanceAmount in the account
        Returns:
        Response with the result 'true' if there are enough funds in the account, 'false' otherwise