Uses of Class
com.adyen.model.openbanking.VerifiedAccount
-
Packages that use VerifiedAccount Package Description com.adyen.model.openbanking -
-
Uses of VerifiedAccount in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return VerifiedAccount Modifier and Type Method Description VerifiedAccountVerifiedAccount. accountId(String accountId)The unique identifier for the bank account.VerifiedAccountVerifiedAccount. accountName(String accountName)The name of the bank account.VerifiedAccountVerifiedAccount. accountNumber(String accountNumber)The account number of the bank account.VerifiedAccountVerifiedAccount. accountType(AccountType accountType)accountTypeVerifiedAccountVerifiedAccount. addPartiesItem(AccountParty partiesItem)VerifiedAccountVerifiedAccount. bankName(String bankName)The name of the banking institution where the bank account is held.VerifiedAccountVerifiedAccount. currency(String currency)The currency of the funds in the bank account.static VerifiedAccountVerifiedAccount. fromJson(String jsonString)Create an instance of VerifiedAccount given an JSON stringVerifiedAccountVerifiedAccount. identifiers(AccountIdentifiers identifiers)identifiersVerifiedAccountVerifiedAccount. parties(List<AccountParty> parties)Contains details of all parties associated with the report.Methods in com.adyen.model.openbanking that return types with arguments of type VerifiedAccount Modifier and Type Method Description List<VerifiedAccount>AccountVerificationReportResponse. getAccounts()A list of bank accounts with their respective information.Methods in com.adyen.model.openbanking with parameters of type VerifiedAccount Modifier and Type Method Description AccountVerificationReportResponseAccountVerificationReportResponse. addAccountsItem(VerifiedAccount accountsItem)Method parameters in com.adyen.model.openbanking with type arguments of type VerifiedAccount Modifier and Type Method Description AccountVerificationReportResponseAccountVerificationReportResponse. accounts(List<VerifiedAccount> accounts)A list of bank accounts with their respective information.voidAccountVerificationReportResponse. setAccounts(List<VerifiedAccount> accounts)A list of bank accounts with their respective information.
-