Sha256: 2df84827144e421307a3ad00d3df39fc1d2abf83a4a32f6c5bd3ccef8d5b5a99

Contents?: true

Size: 814 Bytes

Versions: 3

Compression:

Stored size: 814 Bytes

Contents

# Plaid::AssetReportAuditCopyCreateRequest

## 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. |  |
| **auditor_id** | **String** | The `auditor_id` of the third party with whom you would like to share the Asset Report. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReportAuditCopyCreateRequest.new(
  client_id: null,
  secret: null,
  asset_report_token: null,
  auditor_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.3 docs/AssetReportAuditCopyCreateRequest.md
plaid-14.0.0.beta.2 docs/AssetReportAuditCopyCreateRequest.md
plaid-14.0.0.beta.1 docs/AssetReportAuditCopyCreateRequest.md