Sha256: 18fff0cabfc25c63521f6eacf4b1da4ee1d1ab80298c7a918cc9b5ddbf8f4266
Contents?: true
Size: 1.27 KB
Versions: 3
Compression:
Stored size: 1.27 KB
Contents
# Plaid::InstitutionsGetRequestOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **products** | [**Array<Products>**](Products.md) | Filter the Institutions based on which products they support. | [optional] | | **routing_numbers** | **Array<String>** | Specify an array of routing numbers to filter institutions. | [optional] | | **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. Note that Plaid does not own any of the logos shared by the API, and that by accessing or using these logos, you agree that you are doing so at your own risk and will, if necessary, obtain all required permissions from the appropriate rights holders and adhere to any applicable usage guidelines. Plaid disclaims all express or implied warranties with respect to the logos. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::InstitutionsGetRequestOptions.new( products: null, routing_numbers: null, oauth: null, include_optional_metadata: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/InstitutionsGetRequestOptions.md |
plaid-14.0.0.beta.2 | docs/InstitutionsGetRequestOptions.md |
plaid-14.0.0.beta.1 | docs/InstitutionsGetRequestOptions.md |