Sha256: e0f0c6ef1335402793fd418a3c8e073ded3ae6b630ecebf51d381e025f39520a

Contents?: true

Size: 587 Bytes

Versions: 4

Compression:

Stored size: 587 Bytes

Contents

# Plaid::ItemProductReadyWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `INCOME` |  |
| **webhook_code** | **String** | `PRODUCT_READY` |  |
| **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::ItemProductReadyWebhook.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/ItemProductReadyWebhook.md
plaid-14.0.0.beta.3 docs/ItemProductReadyWebhook.md
plaid-14.0.0.beta.2 docs/ItemProductReadyWebhook.md
plaid-14.0.0.beta.1 docs/ItemProductReadyWebhook.md