Sha256: beb3dd2f16283347986d6915105aafd23917d1270950c67f00c9573e97beed43
Contents?: true
Size: 899 Bytes
Versions: 8
Compression:
Stored size: 899 Bytes
Contents
# MoneyKit::TransactionUpdatesAvailableWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_event** | **String** | | [optional][default to 'transactions.updates_available'] | | **webhook_major_version** | **Integer** | | [optional][default to WEBHOOK_MAJOR_VERSION::N1] | | **webhook_minor_version** | **Integer** | | [optional][default to WEBHOOK_MINOR_VERSION::N0] | | **webhook_idempotency_key** | **String** | | | | **webhook_timestamp** | **Time** | | | | **link_id** | **String** | | | | **has_history** | **Boolean** | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::TransactionUpdatesAvailableWebhook.new( webhook_event: null, webhook_major_version: null, webhook_minor_version: null, webhook_idempotency_key: null, webhook_timestamp: null, link_id: null, has_history: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems