Sha256: bf8202b3fec6c2bd2f022f3877101bd42a7665a293a70dbae69283e1dd448615
Contents?: true
Size: 586 Bytes
Versions: 3
Compression:
Stored size: 586 Bytes
Contents
# Plaid::AssetReportAuditCopyGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **audit_copy_token** | **String** | The `audit_copy_token` granting access to the Audit Copy you would like to get. | | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportAuditCopyGetRequest.new( client_id: null, secret: null, audit_copy_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/AssetReportAuditCopyGetRequest.md |
plaid-14.0.0.beta.2 | docs/AssetReportAuditCopyGetRequest.md |
plaid-14.0.0.beta.1 | docs/AssetReportAuditCopyGetRequest.md |