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