Sha256: 7fba4515d49ade167ae7a67ed9e70f6ef5a6b5a8c44f2680c861330d1ac9c8e9

Contents?: true

Size: 889 Bytes

Versions: 3

Compression:

Stored size: 889 Bytes

Contents

# Plaid::InstitutionsGetByIdRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **institution_id** | **String** | The ID of the institution to get details about |  |
| **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** | [**InstitutionsGetByIdRequestOptions**](InstitutionsGetByIdRequestOptions.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::InstitutionsGetByIdRequest.new(
  client_id: null,
  secret: null,
  institution_id: 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/InstitutionsGetByIdRequest.md
plaid-14.0.0.beta.2 docs/InstitutionsGetByIdRequest.md
plaid-14.0.0.beta.1 docs/InstitutionsGetByIdRequest.md