Sha256: aeb25dd941b9e90fb836124d57ea8e68e8ef616a824033aac88f4498bcbe3a40

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

# MoneyKit::LinkStateChangedWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_event** | **String** |  | [optional][default to 'link.state_changed'] |
| **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>** |  |  |
| **state** | [**LinkState**](LinkState.md) |  |  |
| **error** | [**PublicLinkError**](PublicLinkError.md) |  | [optional] |
| **error_message** | **String** |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::LinkStateChangedWebhook.new(
  webhook_event: null,
  webhook_major_version: null,
  webhook_minor_version: null,
  webhook_idempotency_key: null,
  webhook_timestamp: null,
  link_id: null,
  link_tags: null,
  state: null,
  error: null,
  error_message: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.2 docs/LinkStateChangedWebhook.md
moneykit-0.1.1 docs/LinkStateChangedWebhook.md
moneykit-0.1.0 docs/LinkStateChangedWebhook.md
moneykit-0.1.0.alpha.2 docs/LinkStateChangedWebhook.md
moneykit-0.1.0.alpha.1 docs/LinkStateChangedWebhook.md