Sha256: a656130890772a2e4fedd7a5c2546ddd68eea210a0552fcfed45d276b0cbe58a

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

# Plaid::UserPermissionRevokedWebhook

## Properties

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

## Example

```ruby
require 'plaid'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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