Uses of Class
com.adyen.model.management.TestWebhookRequest
-
Packages that use TestWebhookRequest Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of TestWebhookRequest in com.adyen.model.management
Methods in com.adyen.model.management that return TestWebhookRequest Modifier and Type Method Description TestWebhookRequestTestWebhookRequest. addTypesItem(String typesItem)static TestWebhookRequestTestWebhookRequest. fromJson(String jsonString)Create an instance of TestWebhookRequest given an JSON stringTestWebhookRequestTestWebhookRequest. notification(CustomNotification notification)TestWebhookRequestTestWebhookRequest. types(List<String> types) -
Uses of TestWebhookRequest in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type TestWebhookRequest Modifier and Type Method Description TestWebhookResponseWebhooksMerchantLevelApi. testWebhook(String merchantId, String webhookId, TestWebhookRequest testWebhookRequest)Test a webhookTestWebhookResponseWebhooksMerchantLevelApi. testWebhook(String merchantId, String webhookId, TestWebhookRequest testWebhookRequest, RequestOptions requestOptions)Test a webhook
-