Sha256: a69cdd931991a77bd334bd3710795bcb72dcf172fc32b3df5742ade000ac25bf
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Plaid::AssetReportFilterRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/AssetReportFilterRequest.md |