Sha256: a2f3e6b76ba62a977331d83b4cc78408b9f66a92767c3fceac53e39a5f89a4fb
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# Plaid::InstitutionsGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/InstitutionsGetRequest.md |