Sha256: eaa8beb9e3f8a3ce822d5459fc489e186406dc8c16927e8e944eaf84d1d3b777
Contents?: true
Size: 402 Bytes
Versions: 4
Compression:
Stored size: 402 Bytes
Contents
# Plaid::IncomeSummaryFieldString ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **value** | **String** | The value of the field. | | | **verification_status** | [**VerificationStatus**](VerificationStatus.md) | | | ## Example ```ruby require 'plaid' instance = Plaid::IncomeSummaryFieldString.new( value: null, verification_status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems