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