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 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)List of sweeps associated with the balance account.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 SweepConfigurationV2BalanceAccountsApi. createSweep(String balanceAccountId, CreateSweepConfigurationV2 createSweepConfigurationV2)Create a sweepSweepConfigurationV2BalanceAccountsApi. createSweep(String balanceAccountId, CreateSweepConfigurationV2 createSweepConfigurationV2, RequestOptions requestOptions)Create a sweepSweepConfigurationV2BalanceAccountsApi. getSweep(String balanceAccountId, String sweepId)Get a sweepSweepConfigurationV2BalanceAccountsApi. getSweep(String balanceAccountId, String sweepId, RequestOptions requestOptions)Get a sweepSweepConfigurationV2BalanceAccountsApi. updateSweep(String balanceAccountId, String sweepId, UpdateSweepConfigurationV2 updateSweepConfigurationV2)Update a sweepSweepConfigurationV2BalanceAccountsApi. updateSweep(String balanceAccountId, String sweepId, UpdateSweepConfigurationV2 updateSweepConfigurationV2, RequestOptions requestOptions)Update a sweep
-