Uses of Class
de.adorsys.psd2.model.ConfirmationOfFunds
-
Packages that use ConfirmationOfFunds Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of ConfirmationOfFunds in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api with parameters of type ConfirmationOfFunds Modifier and Type Method Description default org.springframework.http.ResponseEntity<InlineResponse2003>FundsConfirmationApi. _checkAvailabilityOfFunds(@Valid ConfirmationOfFunds body, UUID xRequestID, String consentID, String authorization, String digest, String signature, byte[] tpPSignatureCertificate)default org.springframework.http.ResponseEntity<InlineResponse2003>FundsConfirmationApi. checkAvailabilityOfFunds(ConfirmationOfFunds body, UUID xRequestID, String consentID, String authorization, String digest, String signature, byte[] tpPSignatureCertificate) -
Uses of ConfirmationOfFunds in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConfirmationOfFunds Modifier and Type Method Description ConfirmationOfFundsConfirmationOfFunds. account(AccountReference account)ConfirmationOfFundsConfirmationOfFunds. cardNumber(String cardNumber)ConfirmationOfFundsConfirmationOfFunds. instructedAmount(Amount instructedAmount)ConfirmationOfFundsConfirmationOfFunds. payee(String payee)
-