Sha256: dc484c92734c64007d31fc09b65db286d59f5d3341a649eda168865b6c12e2a5

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

# Plaid::Employee

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the employee. | [optional] |
| **address** | [**NullableAddressData**](NullableAddressData.md) |  | [optional] |
| **ssn_masked** | **String** | The SSN of the employee, with all but the last 4 digits masked out. For example: \"XXX-XX-1111\". | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::Employee.new(
  name: null,
  address: null,
  ssn_masked: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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