Sha256: 848c2d480fddd8fc2e691e74be652bde404e41b3dbf86f7c4f972deadb88d9d8

Contents?: true

Size: 662 Bytes

Versions: 4

Compression:

Stored size: 662 Bytes

Contents

# Plaid::AutomaticallyVerifiedWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `AUTH` |  |
| **webhook_code** | **String** | `AUTOMATICALLY_VERIFIED` |  |
| **account_id** | **String** | The `account_id` of the account associated with the webhook |  |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AutomaticallyVerifiedWebhook.new(
  webhook_type: null,
  webhook_code: null,
  account_id: null,
  item_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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