Sha256: 253f2f8fe4901f6627124d30d78bcf8aed17052212525ef553e755b3ab4e2fb2

Contents?: true

Size: 708 Bytes

Versions: 4

Compression:

Stored size: 708 Bytes

Contents

# Plaid::ItemPublicTokenExchangeResponse

## Properties

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

Version data entries

4 entries across 4 versions & 1 rubygems

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