Sha256: a50c12e66e6c78cfff2d87619502162e39dec3f07812fc447c80147e514c570e
Contents?: true
Size: 864 Bytes
Versions: 4
Compression:
Stored size: 864 Bytes
Contents
# Plaid::Paystub ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **paystub_id** | **String** | The unique identifier for this paystub. | | | **account_id** | **String** | The account identifier for the account associated with this paystub. | [optional] | | **employer** | [**Employer**](Employer.md) | | | | **employee** | [**Employee**](Employee.md) | | | | **pay_period_details** | [**PayPeriodDetails**](PayPeriodDetails.md) | | | | **income_breakdown** | [**IncomeBreakdown**](IncomeBreakdown.md) | | | | **ytd_earnings** | [**PaystubYTDDetails**](PaystubYTDDetails.md) | | | ## Example ```ruby require 'plaid' instance = Plaid::Paystub.new( paystub_id: null, account_id: null, employer: null, employee: null, pay_period_details: null, income_breakdown: null, ytd_earnings: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/Paystub.md |
plaid-14.0.0.beta.3 | docs/Paystub.md |
plaid-14.0.0.beta.2 | docs/Paystub.md |
plaid-14.0.0.beta.1 | docs/Paystub.md |