Uses of Class
com.adyen.model.transfers.BankAccountV3
-
Packages that use BankAccountV3 Package Description com.adyen.model.transfers -
-
Uses of BankAccountV3 in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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 stringBankAccountV3CounterpartyInfoV3. getBankAccount()Get bankAccountBankAccountV3CounterpartyV3. getBankAccount()Get bankAccountBankAccountV3TransferNotificationCounterParty. getBankAccount()Get bankAccountMethods in com.adyen.model.transfers with parameters of type BankAccountV3 Modifier and Type Method Description CounterpartyInfoV3CounterpartyInfoV3. bankAccount(BankAccountV3 bankAccount)CounterpartyV3CounterpartyV3. bankAccount(BankAccountV3 bankAccount)TransferNotificationCounterPartyTransferNotificationCounterParty. bankAccount(BankAccountV3 bankAccount)voidCounterpartyInfoV3. setBankAccount(BankAccountV3 bankAccount)bankAccountvoidCounterpartyV3. setBankAccount(BankAccountV3 bankAccount)bankAccountvoidTransferNotificationCounterParty. setBankAccount(BankAccountV3 bankAccount)bankAccount
-