Sha256: e0b3a603b6d159d5aa2c11600405ac0e655e78db97e5c1971ea0e75d060d5725

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

# Plaid::ItemRemoveResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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::ItemRemoveResponse.new(
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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