Sha256: d25b8c938785c86991489bc3cf3f50680cef76bdaab6004001a59f20fd6841f8

Contents?: true

Size: 533 Bytes

Versions: 3

Compression:

Stored size: 533 Bytes

Contents

# Plaid::ItemRemoveRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **access_token** | **String** | The access token associated with the Item data is being requested for. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::ItemRemoveRequest.new(
  client_id: null,
  secret: null,
  access_token: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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