Sha256: 3ba1777b412ac3b37eef14bf1b4da35a1074c8a47f5d62071078f21fd256eb03

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 Bytes

Contents

# Plaid::WebhookUpdateAcknowledgedWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `ITEM` |  |
| **webhook_code** | **String** | `WEBHOOK_UPDATE_ACKNOWLEDGED` |  |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |
| **new_webhook_url** | **String** | The new webhook URL |  |
| **error** | [**Error**](Error.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::WebhookUpdateAcknowledgedWebhook.new(
  webhook_type: null,
  webhook_code: null,
  item_id: null,
  new_webhook_url: null,
  error: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/WebhookUpdateAcknowledgedWebhook.md
plaid-14.0.0.beta.3 docs/WebhookUpdateAcknowledgedWebhook.md
plaid-14.0.0.beta.2 docs/WebhookUpdateAcknowledgedWebhook.md
plaid-14.0.0.beta.1 docs/WebhookUpdateAcknowledgedWebhook.md