Sha256: a0c025fed30449c9cb7df16ec52bd93d3fab1f8c6ba5007aeac0d1041defc00a

Contents?: true

Size: 760 Bytes

Versions: 3

Compression:

Stored size: 760 Bytes

Contents

# Plaid::InstitutionsSearchRequestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **oauth** | **Boolean** | Limit results to institutions with or without OAuth login flows. This is primarily relevant to institutions with European country codes | [optional] |
| **include_optional_metadata** | **Boolean** | When true, return the institution's homepage URL, logo and primary brand color. Learn more | [optional] |
| **account_filter** | [**InstitutionsSearchAccountFilter**](InstitutionsSearchAccountFilter.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::InstitutionsSearchRequestOptions.new(
  oauth: null,
  include_optional_metadata: null,
  account_filter: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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