Uses of Class
com.adyen.model.checkout.BankAccount
-
Packages that use BankAccount Package Description com.adyen.model.checkout -
-
Uses of BankAccount in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BankAccount Modifier and Type Method Description BankAccountBankAccount. bankAccountNumber(String bankAccountNumber)BankAccountBankAccount. bankCity(String bankCity)BankAccountBankAccount. bankLocationId(String bankLocationId)BankAccountBankAccount. bankName(String bankName)BankAccountBankAccount. bic(String bic)BankAccountBankAccount. countryCode(String countryCode)static BankAccountBankAccount. fromJson(String jsonString)Create an instance of BankAccount given an JSON stringBankAccountStoredDetails. getBank()Get bankBankAccountBankAccount. iban(String iban)BankAccountBankAccount. ownerName(String ownerName)BankAccountBankAccount. taxId(String taxId)Methods in com.adyen.model.checkout with parameters of type BankAccount Modifier and Type Method Description StoredDetailsStoredDetails. bank(BankAccount bank)voidStoredDetails. setBank(BankAccount bank)bank
-