Sha256: ce3b4fc367b0200b053b92f181fc11a5018a9e961734e0304c03c2461ea793a8
Contents?: true
Size: 985 Bytes
Versions: 3
Compression:
Stored size: 985 Bytes
Contents
# Plaid::AssetReportRefreshRequest ## 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** | The `asset_report_token` returned by the original call to `/asset_report/create` | | | **days_requested** | **Integer** | The maximum number of days of history to include in the Asset Report. Must be an integer. If not specified, the value from the original call to `/asset_report/create` will be used. | [optional] | | **options** | [**AssetReportRefreshRequestOptions**](AssetReportRefreshRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportRefreshRequest.new( client_id: null, secret: null, asset_report_token: null, days_requested: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/AssetReportRefreshRequest.md |
plaid-14.0.0.beta.2 | docs/AssetReportRefreshRequest.md |
plaid-14.0.0.beta.1 | docs/AssetReportRefreshRequest.md |