Uses of Class
de.adorsys.psd2.model.ConsentConfirmationOfFundsStatusResponse
-
Packages that use ConsentConfirmationOfFundsStatusResponse Package Description de.adorsys.psd2.api.v2 de.adorsys.psd2.model -
-
Uses of ConsentConfirmationOfFundsStatusResponse in de.adorsys.psd2.api.v2
Methods in de.adorsys.psd2.api.v2 that return types with arguments of type ConsentConfirmationOfFundsStatusResponse Modifier and Type Method Description default org.springframework.http.ResponseEntity<ConsentConfirmationOfFundsStatusResponse>ConfirmationOfFundsApi. _getConsentConfirmationOfFundsStatus(String consentId, UUID xRequestID, 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<ConsentConfirmationOfFundsStatusResponse>ConfirmationOfFundsApi. getConsentConfirmationOfFundsStatus(String consentId, UUID xRequestID, 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 ConsentConfirmationOfFundsStatusResponse in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentConfirmationOfFundsStatusResponse Modifier and Type Method Description ConsentConfirmationOfFundsStatusResponseConsentConfirmationOfFundsStatusResponse. consentStatus(ConsentStatus consentStatus)
-