Sha256: 4d37d908ce1f34b8e49cafa2c61bfb088559168b88ad63c9c2cf2c85875cca62

Contents?: true

Size: 486 Bytes

Versions: 4

Compression:

Stored size: 486 Bytes

Contents

# Plaid::PhoneNumber

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | **String** | The phone number. |  |
| **primary** | **Boolean** | When `true`, identifies the phone number as the primary number on an account. | [optional] |
| **type** | **String** | The type of phone number. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::PhoneNumber.new(
  data: null,
  primary: null,
  type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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