Package de.adorsys.psd2.xs2a.service
Class FundsConfirmationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.FundsConfirmationService
-
@Service public class FundsConfirmationService extends Object
-
-
Constructor Summary
Constructors Constructor Description FundsConfirmationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<FundsConfirmationResponse>fundsConfirmation(FundsConfirmationRequest request)Checks if the account balance is sufficient for requested operation
-
-
-
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
-
-