Sha256: d63f2cfd0ab6643b96228b524285779527b4fee2cfaacfeef1a54c67b39cd8e7
Contents?: true
Size: 723 Bytes
Versions: 3
Compression:
Stored size: 723 Bytes
Contents
# Plaid::SandboxItemFireWebhookRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **webhook_code** | **String** | The following values for `webhook_code` are supported: * `DEFAULT_UPDATE` | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::SandboxItemFireWebhookRequest.new( client_id: null, secret: null, access_token: null, webhook_code: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/SandboxItemFireWebhookRequest.md |
plaid-14.0.0.beta.2 | docs/SandboxItemFireWebhookRequest.md |
plaid-14.0.0.beta.1 | docs/SandboxItemFireWebhookRequest.md |