Uses of Class
com.adyen.model.configurationwebhooks.SweepCounterparty
-
Packages that use SweepCounterparty Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepCounterparty in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepCounterparty Modifier and Type Method Description SweepCounterpartySweepCounterparty. balanceAccountId(String balanceAccountId)The unique identifier of the destination or source [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id).static SweepCounterpartySweepCounterparty. fromJson(String jsonString)Create an instance of SweepCounterparty given an JSON stringSweepCounterpartySweepConfigurationV2. getCounterparty()counterpartySweepCounterpartySweepCounterparty. merchantAccount(String merchantAccount)The merchant account that will be the source of funds.SweepCounterpartySweepCounterparty. transferInstrumentId(String transferInstrumentId)The unique identifier of the destination or source [transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments#responses-200-id) depending on the sweep `type` .Methods in com.adyen.model.configurationwebhooks with parameters of type SweepCounterparty Modifier and Type Method Description SweepConfigurationV2SweepConfigurationV2. counterparty(SweepCounterparty counterparty)counterpartyvoidSweepConfigurationV2. setCounterparty(SweepCounterparty counterparty)counterparty
-