Sha256: 2af9b35cae4dc908fe88b1e0b0b1c6d63e17c2bd50e2d0b4569d91c6764a3ddd
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
# Plaid::InstitutionsGetByIdResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **institution** | [**Institution**](Institution.md) | | | | **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::InstitutionsGetByIdResponse.new( institution: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems