Uses of Class
com.adyen.model.legalentitymanagement.BankAccountInfo
-
Packages that use BankAccountInfo Package Description com.adyen.model.legalentitymanagement -
-
Uses of BankAccountInfo in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return BankAccountInfo Modifier and Type Method Description BankAccountInfoBankAccountInfo. accountIdentification(BankAccountInfoAccountIdentification accountIdentification)accountIdentificationBankAccountInfoBankAccountInfo. accountType(String accountType)Deprecated.since Legal Entity Management API v2BankAccountInfoBankAccountInfo. bankName(String bankName)The name of the banking institution where the bank account is held.BankAccountInfoBankAccountInfo. countryCode(String countryCode)The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the bank account is registered.static BankAccountInfoBankAccountInfo. fromJson(String jsonString)Create an instance of BankAccountInfo given an JSON stringBankAccountInfoTransferInstrument. getBankAccount()bankAccountBankAccountInfoTransferInstrumentInfo. getBankAccount()bankAccountBankAccountInfoBankAccountInfo. trustedSource(Boolean trustedSource)Identifies if the bank account was created through [instant bank verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding).Methods in com.adyen.model.legalentitymanagement with parameters of type BankAccountInfo Modifier and Type Method Description TransferInstrumentTransferInstrument. bankAccount(BankAccountInfo bankAccount)bankAccountTransferInstrumentInfoTransferInstrumentInfo. bankAccount(BankAccountInfo bankAccount)bankAccountvoidTransferInstrument. setBankAccount(BankAccountInfo bankAccount)bankAccountvoidTransferInstrumentInfo. setBankAccount(BankAccountInfo bankAccount)bankAccount
-