Sha256: 6470a45183efa721aadd28923a15b1c00337227e07d9a116bf8a0f10ec86d21b
Contents?: true
Size: 576 Bytes
Versions: 4
Compression:
Stored size: 576 Bytes
Contents
# Plaid::IncomeVerificationSummaryGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **income_summaries** | [**Array<IncomeSummary>**](IncomeSummary.md) | A list of income summaries. | | | **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::IncomeVerificationSummaryGetResponse.new( income_summaries: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems