Sha256: 8ab44fe592e5d5ce023cb6708f890cb93ca205b8099461e79f7a3ca4182e3aaf

Contents?: true

Size: 695 Bytes

Versions: 4

Compression:

Stored size: 695 Bytes

Contents

# Plaid::PendingExpirationWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `ITEM` |  |
| **webhook_code** | **String** | `PENDING_EXPIRATION` |  |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |
| **consent_expiration_time** | **String** | The date and time at which the Item's access consent will expire, in ISO 8601 format |  |

## Example

```ruby
require 'plaid'

instance = Plaid::PendingExpirationWebhook.new(
  webhook_type: null,
  webhook_code: null,
  item_id: null,
  consent_expiration_time: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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