Sha256: ce62cd0438b4618eebf7124354fd3c2de01b0bca0b688ba43f7f3b0b3d3dade0

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

# Plaid::VerificationExpiredWebhook

## Properties

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

## Example

```ruby
require 'plaid'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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