Uses of Class
de.adorsys.psd2.model.ConsentConfirmationOfFundsContentResponse
-
Packages that use ConsentConfirmationOfFundsContentResponse Package Description de.adorsys.psd2.api.v2 de.adorsys.psd2.model -
-
Uses of ConsentConfirmationOfFundsContentResponse in de.adorsys.psd2.api.v2
Methods in de.adorsys.psd2.api.v2 that return types with arguments of type ConsentConfirmationOfFundsContentResponse Modifier and Type Method Description default org.springframework.http.ResponseEntity<ConsentConfirmationOfFundsContentResponse>ConfirmationOfFundsApi. _getConsentConfirmationOfFunds(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<ConsentConfirmationOfFundsContentResponse>ConfirmationOfFundsApi. getConsentConfirmationOfFunds(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 ConsentConfirmationOfFundsContentResponse in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentConfirmationOfFundsContentResponse Modifier and Type Method Description ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. account(AccountReference account)ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. cardExpiryDate(LocalDate cardExpiryDate)ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. cardInformation(String cardInformation)ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. cardNumber(String cardNumber)ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. consentStatus(ConsentStatus consentStatus)ConsentConfirmationOfFundsContentResponseConsentConfirmationOfFundsContentResponse. registrationInformation(String registrationInformation)
-