Sha256: e5b4a256daa65017290dbb6313963a64716aa38aa64c2a4286d10a905d3d34b0

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

# Plaid::Cause

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |
| **error** | [**Error**](Error.md) |  |  |

## Example

```ruby
require 'plaid'

instance = Plaid::Cause.new(
  item_id: null,
  error: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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