Sha256: d9ae55cc7e5cc8fe0987b11996565e1cf9d8f63e8a1c9565002d45ba41ee3025
Contents?: true
Size: 724 Bytes
Versions: 4
Compression:
Stored size: 724 Bytes
Contents
# Plaid::AccountsGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AccountBase>**](AccountBase.md) | An array of financial institution accounts associated with the Item. If `/accounts/balance/get` was called, each account will include real-time balance information. | | | **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::AccountsGetResponse.new( accounts: null, item: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems