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)BankAccountInfoBankAccountInfo. accountType(String accountType)Deprecated.BankAccountInfoBankAccountInfo. bankName(String bankName)BankAccountInfoBankAccountInfo. countryCode(String countryCode)static BankAccountInfoBankAccountInfo. fromJson(String jsonString)Create an instance of BankAccountInfo given an JSON stringBankAccountInfoTransferInstrument. getBankAccount()Get bankAccountBankAccountInfoTransferInstrumentInfo. getBankAccount()Get bankAccountBankAccountInfoBankAccountInfo. trustedSource(Boolean trustedSource)Methods in com.adyen.model.legalentitymanagement with parameters of type BankAccountInfo Modifier and Type Method Description TransferInstrumentTransferInstrument. bankAccount(BankAccountInfo bankAccount)TransferInstrumentInfoTransferInstrumentInfo. bankAccount(BankAccountInfo bankAccount)voidTransferInstrument. setBankAccount(BankAccountInfo bankAccount)bankAccountvoidTransferInstrumentInfo. setBankAccount(BankAccountInfo bankAccount)bankAccount
-