Sha256: 1f5b7acfdbd3a94fdf5db6f2a3cf3561a042ca4acfb8862e26acab15e3cedad2
Contents?: true
Size: 808 Bytes
Versions: 4
Compression:
Stored size: 808 Bytes
Contents
# Plaid::AssetReportRefreshResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **asset_report_id** | **String** | A unique ID identifying an Asset Report. Like all Plaid identifiers, this ID is case sensitive. | | | **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. | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportRefreshResponse.new( asset_report_id: null, asset_report_token: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems