Sha256: 3b7b031c4501507fc7b69641eac50bd7970f53960084bb43c1f8075ff9463f82
Contents?: true
Size: 534 Bytes
Versions: 16
Compression:
Stored size: 534 Bytes
Contents
# MoneyKit::WebhookTestLinkRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_event** | [**WebhookLinkTestEvent**](WebhookLinkTestEvent.md) | | | | **webhook_idempotency_key** | **String** | Set this to a unique value that you can check against the delivered webhook payload (`webhook_idempotency_key`). | | ## Example ```ruby require 'moneykit' instance = MoneyKit::WebhookTestLinkRequest.new( webhook_event: null, webhook_idempotency_key: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems