Sha256: 4a185466ee7391219e759b275966d5f73cda30ad20ed70f81789fb45aa60414b

Contents?: true

Size: 580 Bytes

Versions: 4

Compression:

Stored size: 580 Bytes

Contents

# Plaid::SandboxItemFireWebhookResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_fired** | **Boolean** | Value is `true`  if the test` webhook_code`  was successfully fired. |  |
| **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::SandboxItemFireWebhookResponse.new(
  webhook_fired: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/SandboxItemFireWebhookResponse.md
plaid-14.0.0.beta.3 docs/SandboxItemFireWebhookResponse.md
plaid-14.0.0.beta.2 docs/SandboxItemFireWebhookResponse.md
plaid-14.0.0.beta.1 docs/SandboxItemFireWebhookResponse.md