Sha256: bb6b1087592661514348d13962a70b0e6573fffa6f33083ad3c009b8004d5e39
Contents?: true
Size: 560 Bytes
Versions: 3
Compression:
Stored size: 560 Bytes
Contents
# Plaid::IncomeVerificationDocumentsDownloadRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **income_verification_id** | **String** | The ID of the verification. | | ## Example ```ruby require 'plaid' instance = Plaid::IncomeVerificationDocumentsDownloadRequest.new( client_id: null, secret: null, income_verification_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems