Sha256: 34dc5b6d905ce12c272036bd9b353a1fefa2af00da648eff6b5017f6d97e3af6

Contents?: true

Size: 806 Bytes

Versions: 4

Compression:

Stored size: 806 Bytes

Contents

# Plaid::AssetReportCreateResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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. |  |
| **asset_report_id** | **String** | A unique ID identifying an Asset Report. Like all Plaid identifiers, this ID is case sensitive. |  |
| **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReportCreateResponse.new(
  asset_report_token: null,
  asset_report_id: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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