Uses of Class
com.adyen.model.balanceplatform.SweepCounterparty
-
Packages that use SweepCounterparty Package Description com.adyen.model.balanceplatform -
-
Uses of SweepCounterparty in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 stringSweepCounterpartyCreateSweepConfigurationV2. getCounterparty()counterpartySweepCounterpartySweepConfigurationV2. getCounterparty()counterpartySweepCounterpartyUpdateSweepConfigurationV2. 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.balanceplatform with parameters of type SweepCounterparty Modifier and Type Method Description CreateSweepConfigurationV2CreateSweepConfigurationV2. counterparty(SweepCounterparty counterparty)counterpartySweepConfigurationV2SweepConfigurationV2. counterparty(SweepCounterparty counterparty)counterpartyUpdateSweepConfigurationV2UpdateSweepConfigurationV2. counterparty(SweepCounterparty counterparty)counterpartyvoidCreateSweepConfigurationV2. setCounterparty(SweepCounterparty counterparty)counterpartyvoidSweepConfigurationV2. setCounterparty(SweepCounterparty counterparty)counterpartyvoidUpdateSweepConfigurationV2. setCounterparty(SweepCounterparty counterparty)counterparty
-