Sha256: de32ddb8114ee35e51c84643f70b564bdd24d30c6362d1cc5997efd538dbfafe
Contents?: true
Size: 570 Bytes
Versions: 4
Compression:
Stored size: 570 Bytes
Contents
# Plaid::InstitutionsSearchResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **institutions** | [**Array<Institution>**](Institution.md) | An array of institutions matching the search criteria | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::InstitutionsSearchResponse.new( institutions: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems