Uses of Class
com.adyen.model.openbanking.AccountVerificationReportResponse
-
Packages that use AccountVerificationReportResponse Package Description com.adyen.model.openbanking com.adyen.service.openbanking -
-
Uses of AccountVerificationReportResponse in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return AccountVerificationReportResponse Modifier and Type Method Description AccountVerificationReportResponseAccountVerificationReportResponse. accounts(List<VerifiedAccount> accounts)A list of bank accounts with their respective information.AccountVerificationReportResponseAccountVerificationReportResponse. addAccountsItem(VerifiedAccount accountsItem)AccountVerificationReportResponseAccountVerificationReportResponse. country(AccountVerificationCountry country)countrystatic AccountVerificationReportResponseAccountVerificationReportResponse. fromJson(String jsonString)Create an instance of AccountVerificationReportResponse given an JSON stringAccountVerificationReportResponseAccountVerificationReportResponse. id(String id)The unique identifier for the specific report. -
Uses of AccountVerificationReportResponse in com.adyen.service.openbanking
Methods in com.adyen.service.openbanking that return AccountVerificationReportResponse Modifier and Type Method Description AccountVerificationReportResponseAccountVerificationApi. getAccountVerificationReport(String code)Get account verification reportAccountVerificationReportResponseAccountVerificationApi. getAccountVerificationReport(String code, RequestOptions requestOptions)Get account verification report
-