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. accountNumber(String accountNumber)BankAccountInfoBankAccountInfo. accountType(String accountType)BankAccountInfoBankAccountInfo. bankBicSwift(String bankBicSwift)BankAccountInfoBankAccountInfo. bankCity(String bankCity)BankAccountInfoBankAccountInfo. bankCode(String bankCode)BankAccountInfoBankAccountInfo. bankName(String bankName)BankAccountInfoBankAccountInfo. branchCode(String branchCode)BankAccountInfoBankAccountInfo. checkCode(String checkCode)BankAccountInfoBankAccountInfo. countryCode(String countryCode)BankAccountInfoBankAccountInfo. currencyCode(String currencyCode)static BankAccountInfoBankAccountInfo. fromJson(String jsonString)Create an instance of BankAccountInfo given an JSON stringBankAccountInfoTransferInstrument. getBankAccount()Get bankAccountBankAccountInfoTransferInstrumentInfo. getBankAccount()Get bankAccountBankAccountInfoBankAccountInfo. iban(String iban)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)voidTransferInstrumentInfo. setBankAccount(BankAccountInfo bankAccount)
-