Sha256: 19e0eab081625d86ce2bc4b9e38f58ad18d89517a5e6909e89451e76be6718f9

Contents?: true

Size: 890 Bytes

Versions: 4

Compression:

Stored size: 890 Bytes

Contents

# Plaid::DepositSwitchTargetUser

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **given_name** | **String** | The given name (first name) of the user. |  |
| **family_name** | **String** | The family name (last name) of the user. |  |
| **phone** | **String** | The phone number of the user. The endpoint can accept a variety of phone number formats, including E.164. |  |
| **email** | **String** | The email address of the user. |  |
| **address** | [**DepositSwitchAddressData**](DepositSwitchAddressData.md) |  | [optional] |
| **tax_payer_id** | **String** | The taxpayer ID of the user, generally their SSN, EIN, or TIN. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::DepositSwitchTargetUser.new(
  given_name: null,
  family_name: null,
  phone: null,
  email: null,
  address: null,
  tax_payer_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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