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