Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

AssetReportRefreshRequestOptions.md

File metadata and controls

15 lines (10 loc) · 1.01 KB

AssetReportRefreshRequestOptions

An optional object to filter /asset_report/refresh results. If provided, cannot be null. If not specified, the options from the original call to /asset_report/create will be used.

Properties

Name Type Description Notes
client_report_id str, none_type Client-generated identifier, which can be used by lenders to track loan applications. [optional]
webhook str, none_type URL to which Plaid will send Assets webhooks, for example when the requested Asset Report is ready. [optional]
user AssetReportUser [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]