BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.addConditionsItem(Condition conditionsItem) |
|
BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.conditions(List<Condition> conditions) |
The array of conditions a balance change must meet for Adyen to send the webhook.
|
BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.currency(String currency) |
The three-character [ISO currency
code](https://docs.adyen.com/development-resources/currency-codes) of the balance.
|
static BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.fromJson(String jsonString) |
Create an instance of BalanceWebhookSettingInfo given an JSON string
|
BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.status(BalanceWebhookSettingInfo.StatusEnum status) |
The status of the webhook setting.
|
BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.target(Target target) |
target
|
BalanceWebhookSettingInfo |
BalanceWebhookSettingInfo.type(BalanceWebhookSettingInfo.TypeEnum type) |
The type of the webhook you are configuring.
|