Sha256: 38fe1bc2e60715597fde6d7b70e993652f3e93fbebe7e64584986b67cef2c11c

Contents?: true

Size: 669 Bytes

Versions: 2

Compression:

Stored size: 669 Bytes

Contents

# MoneyKit::PhoneNumber

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **number** | **String** | A phone number for the account owner.  Phone numbers may have a variety of formats; they may or         may not have country-code prefixes; and they may contain extensions. |  |
| **primary** | **Boolean** | Indicates if this is the primary phone number for the account owner, as reported by the institution. | [optional] |
| **type** | [**PhoneNumberType**](PhoneNumberType.md) |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::PhoneNumber.new(
  number: 6175551212,
  primary: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/PhoneNumber.md
moneykit-0.1.14 docs/PhoneNumber.md