Sha256: 0d0fc82ad7bb1f411a3a5bf531e5386896158573a0acbed163d8deda001b3c6f

Contents?: true

Size: 892 Bytes

Versions: 4

Compression:

Stored size: 892 Bytes

Contents

# Plaid::HoldingsDefaultUpdateWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `HOLDINGS` |  |
| **webhook_code** | **String** | `DEFAULT_UPDATE` |  |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |
| **error** | [**Error**](Error.md) |  | [optional] |
| **new_holdings** | **Float** | The number of new holdings reported since the last time this webhook was fired. |  |
| **updated_holdings** | **Float** | The number of updated holdings reported since the last time this webhook was fired. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::HoldingsDefaultUpdateWebhook.new(
  webhook_type: null,
  webhook_code: null,
  item_id: null,
  error: null,
  new_holdings: null,
  updated_holdings: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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