Sha256: 10b3af7bd20b5c22b7022618a5d0cddf8869d471a2049b6573747dba8cb9040f
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
# Plaid::IncomeBreakdown ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of income. Possible values include `\"regular\"`, `\"overtime\"`, and `\"bonus\"`. | [optional] | | **rate** | **Float** | The hourly rate at which the income is paid. | [optional] | | **hours** | **Float** | The number of hours logged for this income for this pay period. | [optional] | | **total** | **Float** | The total pay for this pay period. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::IncomeBreakdown.new( type: null, rate: null, hours: null, total: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/IncomeBreakdown.md |
plaid-14.0.0.beta.3 | docs/IncomeBreakdown.md |
plaid-14.0.0.beta.2 | docs/IncomeBreakdown.md |
plaid-14.0.0.beta.1 | docs/IncomeBreakdown.md |