Sha256: 4b769eca08d9aecbab8a7435ee156431c181b1ea1058cbed764c07c0d69ea61a
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# Plaid::AssetReportCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_tokens** | **Array<String>** | An array of access tokens corresponding to the Items that will be included in the report. The `assets` product must have been initialized for the Items during link; the Assets product cannot be added after initialization. | | | **days_requested** | **Integer** | The maximum integer number of days of history to include in the Asset Report. If using Fannie Mae Day 1 Certainty, `days_requested` must be at least 61 for new originations or at least 31 for refinancings. | | | **options** | [**AssetReportCreateRequestOptions**](AssetReportCreateRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportCreateRequest.new( client_id: null, secret: null, access_tokens: 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/AssetReportCreateRequest.md |
plaid-14.0.0.beta.2 | docs/AssetReportCreateRequest.md |
plaid-14.0.0.beta.1 | docs/AssetReportCreateRequest.md |