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