Sha256: 3c3599986bc4f5258606873641ef7c3a570e9bd472f3fa849842c3043270fde4

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

# Plaid::ItemImportRequestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook** | **String** | Specifies a webhook URL to associate with an Item. Plaid fires a webhook if credentials fail.  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::ItemImportRequestOptions.new(
  webhook: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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