Uses of Class
com.adyen.model.balanceplatform.WebhookSettings
-
Packages that use WebhookSettings Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of WebhookSettings in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return WebhookSettings Modifier and Type Method Description WebhookSettingsWebhookSettings. addWebhookSettingsItem(WebhookSetting webhookSettingsItem)static WebhookSettingsWebhookSettings. fromJson(String jsonString)Create an instance of WebhookSettings given an JSON stringWebhookSettingsWebhookSettings. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.WebhookSettingsWebhookSettings. webhookSettings(List<WebhookSetting> webhookSettings)The list of webhook settings. -
Uses of WebhookSettings in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return WebhookSettings Modifier and Type Method Description WebhookSettingsBalancesApi. getAllWebhookSettings(String balancePlatformId, String webhookId)Get all balance webhook settingsWebhookSettingsBalancesApi. getAllWebhookSettings(String balancePlatformId, String webhookId, RequestOptions requestOptions)Get all balance webhook settings
-