Sha256: 4fb550a7a91eb50176737f9621be8412a4e1b3a0b65ae87806e0455ba1801cd1
Contents?: true
Size: 553 Bytes
Versions: 4
Compression:
Stored size: 553 Bytes
Contents
# Plaid::ItemErrorWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_type** | **String** | `ITEM` | | | **webhook_code** | **String** | `ERROR` | | | **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error | | | **error** | [**Error**](Error.md) | | | ## Example ```ruby require 'plaid' instance = Plaid::ItemErrorWebhook.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/ItemErrorWebhook.md |
plaid-14.0.0.beta.3 | docs/ItemErrorWebhook.md |
plaid-14.0.0.beta.2 | docs/ItemErrorWebhook.md |
plaid-14.0.0.beta.1 | docs/ItemErrorWebhook.md |