Method: FuseClient::FuseApi#create_asset_report
- Defined in:
- lib/fuse_client/api/fuse_api.rb
#create_asset_report(opts = {}) ⇒ CreateAssetReportResponse
Use this endpoint to generate an Asset Report for a user. For Plaid, you will need to have the assets product enabled on your plaid account.
92 93 94 95 |
# File 'lib/fuse_client/api/fuse_api.rb', line 92 def create_asset_report(opts = {}) data, _status_code, _headers = create_asset_report_with_http_info(opts) data end |