Sha256: df2e654738d1b6d60d1a8d0964120c8b02f133b6f387592f48981af0d4288e25

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# Plaid::AssetReportUser

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_user_id** | **String** | An identifier you determine and submit for the user. | [optional] |
| **first_name** | **String** | The user's first name. Required for the Fannie Mae Day 1 Certainty™ program. | [optional] |
| **middle_name** | **String** | The user's middle name | [optional] |
| **last_name** | **String** | The user's last name.  Required for the Fannie Mae Day 1 Certainty™ program. | [optional] |
| **ssn** | **String** | The user's Social Security Number. Required for the Fannie Mae Day 1 Certainty™ program.  Format: \"ddd-dd-dddd\" | [optional] |
| **phone_number** | **String** | The user's phone number, in E.164 format: +{countrycode}{number}. For example: \"+14151234567\" | [optional] |
| **email** | **String** | The user's email address. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReportUser.new(
  client_user_id: null,
  first_name: null,
  middle_name: null,
  last_name: null,
  ssn: null,
  phone_number: null,
  email: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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