Sha256: 626799829bc92069fe387bdb9a381011804294bfbadc07c9971986ff70c3b414
Contents?: true
Size: 532 Bytes
Versions: 4
Compression:
Stored size: 532 Bytes
Contents
# Plaid::AssetsErrorWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_type** | **String** | `ASSETS` | | | **webhook_code** | **String** | `ERROR` | | | **error** | [**Error**](Error.md) | | | | **asset_report_id** | **String** | The ID associated with the Asset Report. | | ## Example ```ruby require 'plaid' instance = Plaid::AssetsErrorWebhook.new( webhook_type: null, webhook_code: null, error: null, asset_report_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems