| Package | Description |
|---|---|
| jp.gopay.sdk.resources |
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<Webhook> |
WebhooksResource.create(StoreId storeId,
WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<Webhook> |
WebhooksResource.create(WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<Webhook> |
WebhooksResource.update(StoreId storeId,
WebhookId webhookId,
WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
|
retrofit2.Call<Webhook> |
WebhooksResource.update(WebhookId webhookId,
WebhookReq dataToPost,
IdempotencyKey idempotencyKey) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.