Sha256: fe38881e75fa1e65b656f59bd811e002ca2c9ced7701d1d3606af03fec9a770c
Contents?: true
Size: 696 Bytes
Versions: 4
Compression:
Stored size: 696 Bytes
Contents
# Plaid::LiabilitiesGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AccountBase>**](AccountBase.md) | An array of accounts associated with the Item | | | **item** | [**Item**](Item.md) | | | | **liabilities** | [**LiabilitiesObject**](LiabilitiesObject.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::LiabilitiesGetResponse.new( accounts: null, item: null, liabilities: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems