Sha256: a6a73993d44e3d87e58237271b8a5607442df1c6d18c8bb78a47f14ca37f1a21

Contents?: true

Size: 829 Bytes

Versions: 4

Compression:

Stored size: 829 Bytes

Contents

# Plaid::PayPeriodDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **start_date** | **String** | The pay period start date, in ISO 8601 format: \"yyyy-mm-dd\". | [optional] |
| **end_date** | **String** | The pay period end date, in ISO 8601 format: \"yyyy-mm-dd\". | [optional] |
| **pay_day** | **String** | The date on which the paystub was issued, in ISO 8601 format (\"yyyy-mm-dd\"). | [optional] |
| **gross_earnings** | **Float** | Total earnings before tax. | [optional] |
| **check_amount** | **Float** | The net amount of the paycheck. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::PayPeriodDetails.new(
  start_date: null,
  end_date: null,
  pay_day: null,
  gross_earnings: null,
  check_amount: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/PayPeriodDetails.md
plaid-14.0.0.beta.3 docs/PayPeriodDetails.md
plaid-14.0.0.beta.2 docs/PayPeriodDetails.md
plaid-14.0.0.beta.1 docs/PayPeriodDetails.md