Sha256: 9d392b9bb0c0f99c5cbf0bee7c73eaa5275cdb41867e8e917306bf017a94e73c

Contents?: true

Size: 827 Bytes

Versions: 4

Compression:

Stored size: 827 Bytes

Contents

# Plaid::LinkTokenCreateRequestIncomeVerification

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **income_verification_id** | **String** | The `income_verification_id` of the verification instance, as provided by `/income/verification/create`. |  |
| **asset_report_id** | **String** | The `asset_report_id` of an asset report associated with the user, as provided by `/asset_report/create`. Providing an `asset_report_id` is optional and can be used to verify the user through a streamlined flow. If provided, the bank linking flow will be skipped. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::LinkTokenCreateRequestIncomeVerification.new(
  income_verification_id: null,
  asset_report_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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