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