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)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 TestWebhookResponseWebhooksCompanyLevel. testWebhook(String companyId, String webhookId, TestCompanyWebhookRequest testCompanyWebhookRequest)Test a webhookTestWebhookResponseWebhooksMerchantLevel. testWebhook(String merchantId, String webhookId, TestWebhookRequest testWebhookRequest)Test a webhook
-