Uses of Class
de.adorsys.opba.tppbankingapi.ais.model.generated.AccountList
-
Packages that use AccountList Package Description de.adorsys.opba.tppbankingapi.ais.model.generated de.adorsys.opba.tppbankingapi.ais.resource.generated -
-
Uses of AccountList in de.adorsys.opba.tppbankingapi.ais.model.generated
Methods in de.adorsys.opba.tppbankingapi.ais.model.generated that return AccountList Modifier and Type Method Description AccountListAccountList. accounts(List<AccountDetails> accounts)AccountListAccountList. addAccountsItem(AccountDetails accountsItem) -
Uses of AccountList in de.adorsys.opba.tppbankingapi.ais.resource.generated
Methods in de.adorsys.opba.tppbankingapi.ais.resource.generated that return types with arguments of type AccountList Modifier and Type Method Description default CompletableFuture<org.springframework.http.ResponseEntity<AccountList>>TppBankingApiAccountInformationServiceAisApi. _getAccounts(String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechID, UUID bankProfileID, Boolean xPsuAuthenticationRequired, UUID serviceSessionID, String xCreateConsentIfNone, String xImportUserData, Boolean computePSUIPAddress, String psUIPAddress, @Valid Boolean withBalance, @Valid Boolean online)default CompletableFuture<org.springframework.http.ResponseEntity<AccountList>>TppBankingApiAccountInformationServiceAisApi. getAccounts(String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechID, UUID bankProfileID, Boolean xPsuAuthenticationRequired, UUID serviceSessionID, String xCreateConsentIfNone, String xImportUserData, Boolean computePSUIPAddress, String psUIPAddress, Boolean withBalance, Boolean online)
-