Sha256: d910122b9a1c956d6faa176247fcedec855eba5b5c5065c218081108c46dfd3e

Contents?: true

Size: 506 Bytes

Versions: 4

Compression:

Stored size: 506 Bytes

Contents

# Plaid::ProcessorIdentityGetResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | [**AccountIdentity**](AccountIdentity.md) |  |  |
| **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::ProcessorIdentityGetResponse.new(
  account: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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