Uses of Class
com.adyen.model.balanceplatform.SweepConfigurationV2
-
Packages that use SweepConfigurationV2 Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of SweepConfigurationV2 in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SweepConfigurationV2 Modifier and Type Method Description SweepConfigurationV2SweepConfigurationV2. counterparty(SweepCounterparty counterparty)SweepConfigurationV2SweepConfigurationV2. currency(String currency)SweepConfigurationV2SweepConfigurationV2. description(String description)static SweepConfigurationV2SweepConfigurationV2. fromJson(String jsonString)Create an instance of SweepConfigurationV2 given an JSON stringSweepConfigurationV2SweepConfigurationV2. schedule(SweepConfigurationV2Schedule schedule)SweepConfigurationV2SweepConfigurationV2. status(SweepConfigurationV2.StatusEnum status)SweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)SweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)SweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)SweepConfigurationV2SweepConfigurationV2. type(SweepConfigurationV2.TypeEnum type)Methods in com.adyen.model.balanceplatform that return types with arguments of type SweepConfigurationV2 Modifier and Type Method Description List<SweepConfigurationV2>BalanceSweepConfigurationsResponse. getSweeps()List of sweeps associated with the balance account.Methods in com.adyen.model.balanceplatform with parameters of type SweepConfigurationV2 Modifier and Type Method Description BalanceSweepConfigurationsResponseBalanceSweepConfigurationsResponse. addSweepsItem(SweepConfigurationV2 sweepsItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type SweepConfigurationV2 Modifier and Type Method Description voidBalanceSweepConfigurationsResponse. setSweeps(List<SweepConfigurationV2> sweeps)BalanceSweepConfigurationsResponseBalanceSweepConfigurationsResponse. sweeps(List<SweepConfigurationV2> sweeps) -
Uses of SweepConfigurationV2 in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return SweepConfigurationV2 Modifier and Type Method Description SweepConfigurationV2BalanceAccounts. retrieveSweep(String balanceAccountId, String sweepId)SweepConfigurationV2BalanceAccounts. updateSweep(String balanceAccountId, String sweepId, SweepConfigurationV2 request)Methods in com.adyen.service.balanceplatform with parameters of type SweepConfigurationV2 Modifier and Type Method Description BalanceSweepConfigurationsResponseBalanceAccounts. createSweep(String balanceAccountId, SweepConfigurationV2 request)SweepConfigurationV2BalanceAccounts. updateSweep(String balanceAccountId, String sweepId, SweepConfigurationV2 request)
-