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