Sha256: c053de3ceb1e8c2b34001520b999bb9f81802ea037929a04096f4dc3737bb21e

Contents?: true

Size: 1 KB

Versions: 4

Compression:

Stored size: 1 KB

Contents

# Plaid::AssetReport

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **asset_report_id** | **String** | A unique ID identifying an Asset Report. Like all Plaid identifiers, this ID is case sensitive. |  |
| **client_report_id** | **String** | An identifier you determine and submit for the Asset Report. |  |
| **date_generated** | **String** | The date and time when the Asset Report was created, in ISO 8601 format (e.g. \"2018-04-12T03:32:11Z\"). |  |
| **days_requested** | **Float** | The duration of transaction history you requested |  |
| **user** | [**AssetReportUser**](AssetReportUser.md) |  |  |
| **items** | [**Array<AssetReportItem>**](AssetReportItem.md) | Data returned by Plaid about each of the Items included in the Asset Report. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReport.new(
  asset_report_id: null,
  client_report_id: null,
  date_generated: null,
  days_requested: null,
  user: null,
  items: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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