Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrumentBankAccount
-
Packages that use PaymentInstrumentBankAccount Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrumentBankAccount in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrumentBankAccount Modifier and Type Method Description static PaymentInstrumentBankAccountPaymentInstrumentBankAccount. fromJson(String jsonString)Create an instance of PaymentInstrumentBankAccount given an JSON stringPaymentInstrumentBankAccountPaymentInstrument. getBankAccount()Get bankAccountMethods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrumentBankAccount Modifier and Type Method Description PaymentInstrumentPaymentInstrument. bankAccount(PaymentInstrumentBankAccount bankAccount)voidPaymentInstrument. setBankAccount(PaymentInstrumentBankAccount bankAccount)
-