Uses of Class
com.adyen.model.management.TestWebhookResponse
-
Packages that use TestWebhookResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of TestWebhookResponse in com.adyen.model.management
Methods in com.adyen.model.management that return TestWebhookResponse Modifier and Type Method Description TestWebhookResponseTestWebhookResponse. addDataItem(TestOutput dataItem)TestWebhookResponseTestWebhookResponse. data(List<TestOutput> data)List with test results.static TestWebhookResponseTestWebhookResponse. fromJson(String jsonString)Create an instance of TestWebhookResponse given an JSON string -
Uses of TestWebhookResponse in com.adyen.service.management
Methods in com.adyen.service.management that return TestWebhookResponse Modifier and Type Method Description TestWebhookResponseWebhooksCompanyLevelApi. testWebhook(String companyId, String webhookId, TestCompanyWebhookRequest testCompanyWebhookRequest)Test a webhookTestWebhookResponseWebhooksCompanyLevelApi. testWebhook(String companyId, String webhookId, TestCompanyWebhookRequest testCompanyWebhookRequest, RequestOptions requestOptions)Test a webhookTestWebhookResponseWebhooksMerchantLevelApi. testWebhook(String merchantId, String webhookId, TestWebhookRequest testWebhookRequest)Test a webhookTestWebhookResponseWebhooksMerchantLevelApi. testWebhook(String merchantId, String webhookId, TestWebhookRequest testWebhookRequest, RequestOptions requestOptions)Test a webhook
-