Uses of Class
com.adyen.model.transferwebhooks.CounterpartyV3
-
Packages that use CounterpartyV3 Package Description com.adyen.model.transferwebhooks -
-
Uses of CounterpartyV3 in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return CounterpartyV3 Modifier and Type Method Description CounterpartyV3CounterpartyV3. balanceAccountId(String balanceAccountId)CounterpartyV3CounterpartyV3. bankAccount(BankAccountV3 bankAccount)static CounterpartyV3CounterpartyV3. fromJson(String jsonString)Create an instance of CounterpartyV3 given an JSON stringCounterpartyV3TransferData. getCounterparty()Get counterpartyCounterpartyV3CounterpartyV3. merchant(MerchantData merchant)CounterpartyV3CounterpartyV3. transferInstrumentId(String transferInstrumentId)Methods in com.adyen.model.transferwebhooks with parameters of type CounterpartyV3 Modifier and Type Method Description TransferDataTransferData. counterparty(CounterpartyV3 counterparty)voidTransferData. setCounterparty(CounterpartyV3 counterparty)
-