Sha256: 0671a9f4642c38221562a9d6475bfde9fde3ad4d7d89ea503607bace41069e51
Contents?: true
Size: 968 Bytes
Versions: 3
Compression:
Stored size: 968 Bytes
Contents
# Plaid::AssetReportGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/AssetReportGetRequest.md |
plaid-14.0.0.beta.2 | docs/AssetReportGetRequest.md |
plaid-14.0.0.beta.1 | docs/AssetReportGetRequest.md |