Sha256: c5fe45322ec991319a51bf58dce46179d56cc2fe775078dc00b5e1fff93e1557
Contents?: true
Size: 602 Bytes
Versions: 4
Compression:
Stored size: 602 Bytes
Contents
# Plaid::IncomeVerificationCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **income_verification_id** | **String** | ID of the verification. This ID is persisted throughout the lifetime of the verification. | | | **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::IncomeVerificationCreateResponse.new( income_verification_id: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems