Uses of Class
de.adorsys.psd2.model.ConsentsConfirmationOfFunds
-
Packages that use ConsentsConfirmationOfFunds Package Description de.adorsys.psd2.api.v2 de.adorsys.psd2.model -
-
Uses of ConsentsConfirmationOfFunds in de.adorsys.psd2.api.v2
Methods in de.adorsys.psd2.api.v2 with parameters of type ConsentsConfirmationOfFunds Modifier and Type Method Description default org.springframework.http.ResponseEntity<Object>ConfirmationOfFundsApi. _createConsentConfirmationOfFunds(UUID xRequestID, @Valid ConsentsConfirmationOfFunds body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String tpPExplicitAuthorisationPreferred, 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<Object>ConfirmationOfFundsApi. createConsentConfirmationOfFunds(UUID xRequestID, ConsentsConfirmationOfFunds body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String tpPExplicitAuthorisationPreferred, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation) -
Uses of ConsentsConfirmationOfFunds in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentsConfirmationOfFunds Modifier and Type Method Description ConsentsConfirmationOfFundsConsentsConfirmationOfFunds. account(AccountReference account)ConsentsConfirmationOfFundsConsentsConfirmationOfFunds. cardExpiryDate(LocalDate cardExpiryDate)ConsentsConfirmationOfFundsConsentsConfirmationOfFunds. cardInformation(String cardInformation)ConsentsConfirmationOfFundsConsentsConfirmationOfFunds. cardNumber(String cardNumber)ConsentsConfirmationOfFundsConsentsConfirmationOfFunds. registrationInformation(String registrationInformation)
-