Sha256: dd27ef3b9de4c7c8c92d734a653c69ac96b65662022516fe5ea3774c21152da8

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

# MoneyKit::AppLinkStateChangedWebhook

## 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 'link.state_changed'] |
| **state** | [**PublicLinkState**](PublicLinkState.md) |  |  |
| **error** | [**PublicLinkError**](PublicLinkError.md) |  | [optional] |
| **error_message** | **String** |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::AppLinkStateChangedWebhook.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,
  state: null,
  error: null,
  error_message: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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