Sha256: 4ee4bf99db281735d2fa4ea0ec07f0cc41de54eb1df8df1a9d0be1528c7b7937

Contents?: true

Size: 968 Bytes

Versions: 5

Compression:

Stored size: 968 Bytes

Contents

# MoneyKit::TransactionUpdatesAvailableWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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** |  |  |
| **link_tags** | **Array<String>** |  |  |
| **webhook_event** | **String** |  | [optional][default to 'transactions.updates_available'] |
| **has_history** | **Boolean** |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::TransactionUpdatesAvailableWebhook.new(
  webhook_major_version: null,
  webhook_minor_version: null,
  webhook_idempotency_key: null,
  webhook_timestamp: null,
  link_id: null,
  link_tags: null,
  webhook_event: null,
  has_history: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/TransactionUpdatesAvailableWebhook.md
moneykit-0.1.14 docs/TransactionUpdatesAvailableWebhook.md
moneykit-0.1.13 docs/TransactionUpdatesAvailableWebhook.md
moneykit-0.1.12 docs/TransactionUpdatesAvailableWebhook.md
moneykit-0.1.11 docs/TransactionUpdatesAvailableWebhook.md