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