Sha256: 2a32b05a9b6b8294a6e25db25cdd891bc7874527c8485d1121535c6b2cc1f188

Contents?: true

Size: 716 Bytes

Versions: 4

Compression:

Stored size: 716 Bytes

Contents

# Plaid::DefaultUpdateWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `TRANSACTIONS` |  |
| **webhook_code** | **String** | `DEFAULT_UPDATE` |  |
| **error** | [**Error**](Error.md) |  | [optional] |
| **new_transactions** | **Float** | The number of new transactions detected since the last time this webhook was fired. |  |
| **item_id** | **String** | The `item_id` of the Item the webhook relates to. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::DefaultUpdateWebhook.new(
  webhook_type: null,
  webhook_code: null,
  error: null,
  new_transactions: null,
  item_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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