Uses of Class
com.adyen.model.configurationwebhooks.BankAccountDetails
-
Packages that use BankAccountDetails Package Description com.adyen.model.configurationwebhooks -
-
Uses of BankAccountDetails in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return BankAccountDetails Modifier and Type Method Description BankAccountDetailsBankAccountDetails. accountNumber(String accountNumber)BankAccountDetailsBankAccountDetails. accountType(String accountType)BankAccountDetailsBankAccountDetails. formFactor(String formFactor)static BankAccountDetailsBankAccountDetails. fromJson(String jsonString)Create an instance of BankAccountDetails given an JSON stringBankAccountDetailsPaymentInstrument. getBankAccount()Get bankAccountBankAccountDetailsBankAccountDetails. iban(String iban)BankAccountDetailsBankAccountDetails. routingNumber(String routingNumber)BankAccountDetailsBankAccountDetails. sortCode(String sortCode)BankAccountDetailsBankAccountDetails. type(String type)Methods in com.adyen.model.configurationwebhooks with parameters of type BankAccountDetails Modifier and Type Method Description PaymentInstrumentPaymentInstrument. bankAccount(BankAccountDetails bankAccount)voidPaymentInstrument. setBankAccount(BankAccountDetails bankAccount)bankAccount
-