Uses of Class
de.adorsys.psd2.model.ReadAccountBalanceResponse200
-
Packages that use ReadAccountBalanceResponse200 Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of ReadAccountBalanceResponse200 in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type ReadAccountBalanceResponse200 Modifier and Type Method Description default org.springframework.http.ResponseEntity<ReadAccountBalanceResponse200>AccountApi. _getBalances(String accountId, 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<ReadAccountBalanceResponse200>AccountApi. getBalances(String accountId, 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 ReadAccountBalanceResponse200 in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ReadAccountBalanceResponse200 Modifier and Type Method Description ReadAccountBalanceResponse200ReadAccountBalanceResponse200. account(AccountReference account)ReadAccountBalanceResponse200ReadAccountBalanceResponse200. balances(BalanceList balances)
-