Uses of Class
com.adyen.model.payment.BankAccount
-
Packages that use BankAccount Package Description com.adyen.model.payment -
-
Uses of BankAccount in com.adyen.model.payment
Methods in com.adyen.model.payment 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 stringBankAccountPaymentRequest. getBankAccount()Get bankAccountBankAccountBankAccount. iban(String iban)BankAccountBankAccount. ownerName(String ownerName)BankAccountBankAccount. taxId(String taxId)Methods in com.adyen.model.payment with parameters of type BankAccount Modifier and Type Method Description PaymentRequestPaymentRequest. bankAccount(BankAccount bankAccount)voidPaymentRequest. setBankAccount(BankAccount bankAccount)bankAccount
-