Sha256: 0c53501eb13a89806dd84f1c51786e287ec28cf7858663f5bd9138ee05d23787
Contents?: true
Size: 741 Bytes
Versions: 4
Compression:
Stored size: 741 Bytes
Contents
# Plaid::InitialUpdateWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_type** | **String** | `TRANSACTIONS` | | | **webhook_code** | **String** | `INITIAL_UPDATE` | | | **error** | **String** | The error code associated with the webhook. | [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::InitialUpdateWebhook.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