Sha256: 5cea77a33bf19225ea7a8a4ae91900550f1c08505de15630829b7f77e2740de3
Contents?: true
Size: 647 Bytes
Versions: 4
Compression:
Stored size: 647 Bytes
Contents
# Plaid::AssetReportRefreshRequestOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_report_id** | **String** | Client-generated identifier, which can be used by lenders to track loan applications. | [optional] | | **webhook** | **String** | URL to which Plaid will send Assets webhooks, for example when the requested Asset Report is ready. | [optional] | | **user** | [**AssetReportUser**](AssetReportUser.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportRefreshRequestOptions.new( client_report_id: null, webhook: null, user: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems