Sha256: 66f7864fb4d2832ceb2b30561e473be0232ef1f3c8fd948d61f69e7c02b8e4be

Contents?: true

Size: 632 Bytes

Versions: 4

Compression:

Stored size: 632 Bytes

Contents

# Plaid::PaystubDeduction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The description of the deduction, as provided on the paystub. For example: `\"401(k)\"`, `\"FICA MED TAX\"`. | [optional] |
| **is_pretax** | **Boolean** | `true` if the deduction is pre-tax; `false` otherwise. | [optional] |
| **total** | **Float** | The amount of the deduction. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::PaystubDeduction.new(
  type: null,
  is_pretax: null,
  total: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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