Package de.adorsys.psd2.xs2a.service.ais
Class BalanceService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.ais.BalanceService
-
@Service public class BalanceService extends Object
-
-
Constructor Summary
Constructors Constructor Description BalanceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<Xs2aBalancesReport>getBalancesReport(String consentId, String accountId, String requestUri)Gets Balances Report based on consentId and accountId
-
-
-
Method Detail
-
getBalancesReport
public ResponseObject<Xs2aBalancesReport> getBalancesReport(String consentId, String accountId, String requestUri)
Gets Balances Report based on consentId and accountId- Parameters:
consentId- String representing an AccountConsent identificationaccountId- String representing a PSU`s Account at ASPSPrequestUri- the URI of incoming request- Returns:
- Balances Report based on consentId and accountId
-
-