Sha256: e10a4a9d3ef26cdb72f0144accedf19010ff72fae28f7d2bfb0f6310784f30fe
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 Bytes
Contents
# Plaid::ItemWebhookUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/ItemWebhookUpdateRequest.md |