Sha256: 76eeca4be9f6e5971e1e5838029e8b40c0475da4227cc983710afd1cc45e637c

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

# Plaid::InstitutionsGetResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **institutions** | [**Array<Institution>**](Institution.md) | A list of Plaid Institution |  |
| **total** | **Integer** | The number of institutions returned |  |
| **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::InstitutionsGetResponse.new(
  institutions: null,
  total: null,
  request_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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