Sha256: b70a9c621211b944b2b5ff5edd7bb7bd5bff3ebaa3b70775afebfc76867fa1cb
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
# Plaid::HistoricalUpdateWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_type** | **String** | `TRANSACTIONS` | | | **webhook_code** | **String** | `HISTORICAL_UPDATE` | | | **error** | [**Error**](Error.md) | | [optional] | | **new_transactions** | **Float** | The number of new, unfetched transactions available | | | **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error | | ## Example ```ruby require 'plaid' instance = Plaid::HistoricalUpdateWebhook.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