Sha256: df05793d1e843c6425854fffb1f141bee1164e2a741c8b2b1eb116af52e44680
Contents?: true
Size: 646 Bytes
Versions: 3
Compression:
Stored size: 646 Bytes
Contents
# Plaid::ItemWebhookUpdateRequest ## 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** | **String** | The new webhook URL to associate with the Item. | | ## Example ```ruby require 'plaid' instance = Plaid::ItemWebhookUpdateRequest.new( client_id: null, secret: null, access_token: null, webhook: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/ItemWebhookUpdateRequest.md |
plaid-14.0.0.beta.2 | docs/ItemWebhookUpdateRequest.md |
plaid-14.0.0.beta.1 | docs/ItemWebhookUpdateRequest.md |