Sha256: e4cae41f4f9a79d52229cf69dbe75d715c9a889b64180b65f66afbfe126e28c9
Contents?: true
Size: 820 Bytes
Versions: 3
Compression:
Stored size: 820 Bytes
Contents
# Plaid::AssetReportFilterRequest ## 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** | 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. | | | **account_ids_to_exclude** | **Array<String>** | The accounts to exclude from the Asset Report, identified by `account_id`. | | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportFilterRequest.new( client_id: null, secret: null, asset_report_token: null, account_ids_to_exclude: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/AssetReportFilterRequest.md |
plaid-14.0.0.beta.2 | docs/AssetReportFilterRequest.md |
plaid-14.0.0.beta.1 | docs/AssetReportFilterRequest.md |