| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
TestWebhookSubscriptionResponse |
DefaultWebhookSubscriptionsApi.testWebhookSubscription(String subscriptionId,
TestWebhookSubscriptionRequest body)
Tests a webhook subscription by sending a test event to the notification URL.
|
TestWebhookSubscriptionResponse |
WebhookSubscriptionsApi.testWebhookSubscription(String subscriptionId,
TestWebhookSubscriptionRequest body)
Tests a webhook subscription by sending a test event to the notification URL.
|
CompletableFuture<TestWebhookSubscriptionResponse> |
DefaultWebhookSubscriptionsApi.testWebhookSubscriptionAsync(String subscriptionId,
TestWebhookSubscriptionRequest body)
Tests a webhook subscription by sending a test event to the notification URL.
|
CompletableFuture<TestWebhookSubscriptionResponse> |
WebhookSubscriptionsApi.testWebhookSubscriptionAsync(String subscriptionId,
TestWebhookSubscriptionRequest body)
Tests a webhook subscription by sending a test event to the notification URL.
|
| Modifier and Type | Method and Description |
|---|---|
TestWebhookSubscriptionRequest |
TestWebhookSubscriptionRequest.Builder.build()
Builds a new
TestWebhookSubscriptionRequest object using the set fields. |
Copyright © 2023. All rights reserved.