Sha256: 46dec2053e071fee1c374a7b7274e514f70b5f15deb7b15b36d2bf4ba6fcbea9

Contents?: true

Size: 920 Bytes

Versions: 4

Compression:

Stored size: 920 Bytes

Contents

# Plaid::AssetReportItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error |  |
| **institution_name** | **String** | The full financial institution name associated with the Item. |  |
| **institution_id** | **String** | The id of the financial institution associated with the Item. |  |
| **date_last_updated** | **String** | The date and time when this Item’s data was last retrieved from the financial institution, in ISO 8601 format. |  |
| **accounts** | [**Array<AccountAssets>**](AccountAssets.md) | Data about each of the accounts open on the Item. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReportItem.new(
  item_id: null,
  institution_name: null,
  institution_id: null,
  date_last_updated: null,
  accounts: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/AssetReportItem.md
plaid-14.0.0.beta.3 docs/AssetReportItem.md
plaid-14.0.0.beta.2 docs/AssetReportItem.md
plaid-14.0.0.beta.1 docs/AssetReportItem.md