Sha256: c3d4c4660dbfa1d064d3003239341a0f01ee4fc0ed4500d2d6f96b94864cdd65
Contents?: true
Size: 805 Bytes
Versions: 1
Compression:
Stored size: 805 Bytes
Contents
# Plaid::SandboxBankTransferFireWebhookRequest ## 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] | | **webhook** | **String** | The URL to which the webhook should be sent. | | ## Example ```ruby require 'plaid' instance = Plaid::SandboxBankTransferFireWebhookRequest.new( client_id: null, secret: null, webhook: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/SandboxBankTransferFireWebhookRequest.md |