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. addPrioritiesItem(SweepConfigurationV2.PrioritiesEnum prioritiesItem)SweepConfigurationV2SweepConfigurationV2. category(SweepConfigurationV2.CategoryEnum category)The type of transfer that results from the sweep.SweepConfigurationV2SweepConfigurationV2. counterparty(SweepCounterparty counterparty)counterpartySweepConfigurationV2SweepConfigurationV2. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) in uppercase.SweepConfigurationV2SweepConfigurationV2. description(String description)The message that will be used in the sweep transfer's description body with a maximum length of 140 characters.static SweepConfigurationV2SweepConfigurationV2. fromJson(String jsonString)Create an instance of SweepConfigurationV2 given an JSON stringSweepConfigurationV2SweepConfigurationV2. id(String id)The unique identifier of the sweep.SweepConfigurationV2SweepConfigurationV2. priorities(List<SweepConfigurationV2.PrioritiesEnum> priorities)The list of priorities for the bank transfer.SweepConfigurationV2SweepConfigurationV2. reason(SweepConfigurationV2.ReasonEnum reason)The reason for disabling the sweep.SweepConfigurationV2SweepConfigurationV2. reasonDetail(String reasonDetail)The human readable reason for disabling the sweep.SweepConfigurationV2SweepConfigurationV2. reference(String reference)Your reference for the sweep configuration.SweepConfigurationV2SweepConfigurationV2. referenceForBeneficiary(String referenceForBeneficiary)The reference sent to or received from the counterparty.SweepConfigurationV2SweepConfigurationV2. schedule(SweepSchedule schedule)scheduleSweepConfigurationV2SweepConfigurationV2. status(SweepConfigurationV2.StatusEnum status)The status of the sweep.SweepConfigurationV2SweepConfigurationV2. sweepAmount(Amount sweepAmount)sweepAmountSweepConfigurationV2SweepConfigurationV2. targetAmount(Amount targetAmount)targetAmountSweepConfigurationV2SweepConfigurationV2. triggerAmount(Amount triggerAmount)triggerAmountSweepConfigurationV2SweepConfigurationV2. type(SweepConfigurationV2.TypeEnum type)The direction of sweep, whether pushing out or pulling in funds to the balance account.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)List of sweeps associated with the balance account. -
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
-