Sha256: 026a5c067b6a393e203e3dd810e3c62c59b929937e4d1d77629c1f5a2bd7ed53

Contents?: true

Size: 778 Bytes

Versions: 4

Compression:

Stored size: 778 Bytes

Contents

# Plaid::TransactionsRemovedWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_type** | **String** | `TRANSACTIONS` |  |
| **webhook_code** | **String** | `TRANSACTIONS_REMOVED` |  |
| **error** | [**Error**](Error.md) |  | [optional] |
| **removed_transactions** | **Array<String>** | An array of `transaction_ids` corresponding to the removed transactions |  |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |

## Example

```ruby
require 'plaid'

instance = Plaid::TransactionsRemovedWebhook.new(
  webhook_type: null,
  webhook_code: null,
  error: null,
  removed_transactions: null,
  item_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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