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)accountHolderBankAccountV3BankAccountV3. accountIdentification(BankAccountV3AccountIdentification accountIdentification)accountIdentificationstatic BankAccountV3BankAccountV3. fromJson(String jsonString)Create an instance of BankAccountV3 given an JSON stringBankAccountV3CounterpartyV3. getBankAccount()bankAccountBankAccountV3TransferNotificationCounterParty. getBankAccount()bankAccountMethods in com.adyen.model.transferwebhooks with parameters of type BankAccountV3 Modifier and Type Method Description CounterpartyV3CounterpartyV3. bankAccount(BankAccountV3 bankAccount)bankAccountTransferNotificationCounterPartyTransferNotificationCounterParty. bankAccount(BankAccountV3 bankAccount)bankAccountvoidCounterpartyV3. setBankAccount(BankAccountV3 bankAccount)bankAccountvoidTransferNotificationCounterParty. setBankAccount(BankAccountV3 bankAccount)bankAccount
-