Sha256: a8441a0b6ba0d128feb91822ab088a16ab8e205836dfbefee8daa64d2c8ba8dc

Contents?: true

Size: 939 Bytes

Versions: 3

Compression:

Stored size: 939 Bytes

Contents

# Plaid::InstitutionsGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **count** | **Integer** | The total number of Institutions to return. |  |
| **offset** | **Integer** | The number of Institutions to skip. |  |
| **country_codes** | [**Array<CountryCode>**](CountryCode.md) | Specify an array of Plaid-supported country codes this institution supports, using the ISO-3166-1 alpha-2 country code standard.  |  |
| **options** | [**InstitutionsGetRequestOptions**](InstitutionsGetRequestOptions.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::InstitutionsGetRequest.new(
  client_id: null,
  secret: null,
  count: null,
  offset: null,
  country_codes: null,
  options: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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