Uses of Class
com.adyen.model.payout.BankAccount
-
Packages that use BankAccount Package Description com.adyen.model.payout -
-
Uses of BankAccount in com.adyen.model.payout
Methods in com.adyen.model.payout 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 stringBankAccountStoreDetailAndSubmitRequest. getBank()Get bankBankAccountStoreDetailRequest. getBank()Get bankBankAccountBankAccount. iban(String iban)BankAccountBankAccount. ownerName(String ownerName)BankAccountBankAccount. taxId(String taxId)Methods in com.adyen.model.payout with parameters of type BankAccount Modifier and Type Method Description StoreDetailAndSubmitRequestStoreDetailAndSubmitRequest. bank(BankAccount bank)StoreDetailRequestStoreDetailRequest. bank(BankAccount bank)voidStoreDetailAndSubmitRequest. setBank(BankAccount bank)bankvoidStoreDetailRequest. setBank(BankAccount bank)bank
-