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()Get bankAccountBankAccountInfoTransferInstrumentInfo. getBankAccount()Get bankAccountMethods 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
-