Sha256: 2566bcdea333f91d80c0c79d9f8e17701abe5f288251d80e7129eed5e4b93ddb

Contents?: true

Size: 535 Bytes

Versions: 4

Compression:

Stored size: 535 Bytes

Contents

# Plaid::ItemImportResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **access_token** | **String** | The access token associated with the Item data is being requested for. |  |
| **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::ItemImportResponse.new(
  access_token: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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