Uses of Class
com.adyen.model.transferwebhooks.BankAccountV3
-
Packages that use BankAccountV3 Package Description com.adyen.model.transferwebhooks -
-
Uses of BankAccountV3 in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return BankAccountV3 Modifier and Type Method Description BankAccountV3BankAccountV3. accountHolder(PartyIdentification accountHolder)BankAccountV3BankAccountV3. accountIdentification(BankAccountV3AccountIdentification accountIdentification)static BankAccountV3BankAccountV3. fromJson(String jsonString)Create an instance of BankAccountV3 given an JSON stringBankAccountV3CounterpartyV3. getBankAccount()Get bankAccountBankAccountV3TransferNotificationCounterParty. getBankAccount()Get bankAccountMethods in com.adyen.model.transferwebhooks with parameters of type BankAccountV3 Modifier and Type Method Description CounterpartyV3CounterpartyV3. bankAccount(BankAccountV3 bankAccount)TransferNotificationCounterPartyTransferNotificationCounterParty. bankAccount(BankAccountV3 bankAccount)voidCounterpartyV3. setBankAccount(BankAccountV3 bankAccount)bankAccountvoidTransferNotificationCounterParty. setBankAccount(BankAccountV3 bankAccount)bankAccount
-