Sha256: d025e0ef6947c7c11be3c0d03e7715122fa56fbdbf0870799d880864bb1ff9bb

Contents?: true

Size: 570 Bytes

Versions: 4

Compression:

Stored size: 570 Bytes

Contents

# Plaid::AssetsProductReadyWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `ASSETS` |  |
| **webhook_code** | **String** | `PRODUCT_READY` |  |
| **asset_report_id** | **String** | The `asset_report_id` that can be provided to `/asset_report/get` to retrieve the Asset Report. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetsProductReadyWebhook.new(
  webhook_type: null,
  webhook_code: null,
  asset_report_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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