@Service public class AccountListService extends Object
| Constructor and Description |
|---|
AccountListService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountListHolder> |
getAccountList(String consentId,
boolean withBalance,
String requestUri)
Gets AccountDetails list based on accounts in provided AIS-consent, depending on withBalance variable and
AccountAccess in AIS-consent Balances are passed along with AccountDetails.
|
public ResponseObject<Xs2aAccountListHolder> getAccountList(String consentId, boolean withBalance, String requestUri)
consentId - String representing an AccountConsent identificationwithBalance - boolean representing if the responded AccountDetails should containrequestUri - the URI of incoming requestXs2aAccountListHolder containing the List of AccountDetails with Balances if requested and granted by consentCopyright © 2020. All rights reserved.