Uses of Class
de.adorsys.psd2.model.ReadCardAccountBalanceResponse200
-
Packages that use ReadCardAccountBalanceResponse200 Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of ReadCardAccountBalanceResponse200 in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type ReadCardAccountBalanceResponse200 Modifier and Type Method Description default org.springframework.http.ResponseEntity<ReadCardAccountBalanceResponse200>CardAccountsApi. _getCardAccountBalances(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<ReadCardAccountBalanceResponse200>CardAccountsApi. getCardAccountBalances(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 ReadCardAccountBalanceResponse200 in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ReadCardAccountBalanceResponse200 Modifier and Type Method Description ReadCardAccountBalanceResponse200ReadCardAccountBalanceResponse200. balances(BalanceList balances)ReadCardAccountBalanceResponse200ReadCardAccountBalanceResponse200. cardAccount(AccountReference cardAccount)ReadCardAccountBalanceResponse200ReadCardAccountBalanceResponse200. debitAccounting(Boolean debitAccounting)
-