Sha256: 89f7c7466b0d4a252264f1f4170fcefc5452d2c722820db5f55b280a3b093402
Contents?: true
Size: 613 Bytes
Versions: 4
Compression:
Stored size: 613 Bytes
Contents
# Plaid::IdentityGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AccountIdentity>**](AccountIdentity.md) | The accounts for which Identity data has been requested | | | **item** | [**Item**](Item.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::IdentityGetResponse.new( accounts: null, item: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems