@Service public class FundsConfirmationService extends Object
| Constructor and Description |
|---|
FundsConfirmationService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<FundsConfirmationResponse> |
fundsConfirmation(FundsConfirmationRequest request)
Checks if the account balance is sufficient for requested operation
|
public ResponseObject<FundsConfirmationResponse> fundsConfirmation(FundsConfirmationRequest request)
request - Contains the requested balanceAmount in order to compare with the available balanceAmount in the accountCopyright © 2020. All rights reserved.