Uses of Class
de.adorsys.psd2.model.CardAccountList
-
Packages that use CardAccountList Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of CardAccountList in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type CardAccountList Modifier and Type Method Description default org.springframework.http.ResponseEntity<CardAccountList>CardAccountsApi. _getCardAccount(UUID xRequestID, String consentID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)default org.springframework.http.ResponseEntity<CardAccountList>CardAccountsApi. getCardAccount(UUID xRequestID, String consentID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation) -
Uses of CardAccountList in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return CardAccountList Modifier and Type Method Description CardAccountListCardAccountList. addCardAccountsItem(CardAccountDetails cardAccountsItem)CardAccountListCardAccountList. cardAccounts(List<CardAccountDetails> cardAccounts)
-