Sha256: a8a9e8b9a996dfd5dea6dcb4599a9f06536647c9f6fc89c2711194c45e36be49
Contents?: true
Size: 472 Bytes
Versions: 4
Compression:
Stored size: 472 Bytes
Contents
# Plaid::ItemWebhookUpdateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item** | [**Item**](Item.md) | | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::ItemWebhookUpdateResponse.new( item: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems