Sha256: 193999cdbfc48462d5165f387ad6c8886ab3c89500c5b2793992a515d21e987a

Contents?: true

Size: 989 Bytes

Versions: 4

Compression:

Stored size: 989 Bytes

Contents

# Plaid::InvestmentsDefaultUpdateWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `INVESTMENTS_TRANSACTIONS` |  |
| **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_investments_transactions** | **Float** | The number of new transactions reported since the last time this webhook was fired. |  |
| **canceled_investments_transactions** | **Float** | The number of canceled transactions reported since the last time this webhook was fired. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::InvestmentsDefaultUpdateWebhook.new(
  webhook_type: null,
  webhook_code: null,
  item_id: null,
  error: null,
  new_investments_transactions: null,
  canceled_investments_transactions: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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