Sha256: 3b0905f9c2dff48577a67e1ab18560d1fbd8e4867dc2fc5b7b8c637d215a86a5

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# Plaid::AssetReportGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
| **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. |  |
| **include_insights** | **Boolean** | `true` if you would like to retrieve the Asset Report with Insights, `false` otherwise. This field defaults to `false` if omitted. [Contact Plaid Support](https://dashboard.plaid.com/support) to get access to this feature. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReportGetRequest.new(
  client_id: null,
  secret: null,
  asset_report_token: null,
  include_insights: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/AssetReportGetRequest.md