Sha256: 365fb3d07986aeadd2e8c38714151a8017faac256da8292cd9c016f114d2c24e
Contents?: true
Size: 546 Bytes
Versions: 3
Compression:
Stored size: 546 Bytes
Contents
# Plaid::IncomeVerificationSummaryGetRequest ## 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::IncomeVerificationSummaryGetRequest.new( client_id: null, secret: null, income_verification_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems