Sha256: cf5347168fdc6ebd3fe857abe8b501945e59b324c740b1c4df4d0618694de419

Contents?: true

Size: 504 Bytes

Versions: 3

Compression:

Stored size: 504 Bytes

Contents

# MoneyKit::PhoneNumber

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **number** | **String** | A phone number for the account owner. |  |
| **primary** | **Boolean** | Indicates if this is the primary phone number for the account owner. | [optional] |
| **type** | [**PhoneNumberType**](PhoneNumberType.md) |  |  |

## Example

```ruby
require 'moneykit'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneykit-0.1.13 docs/PhoneNumber.md
moneykit-0.1.12 docs/PhoneNumber.md
moneykit-0.1.11 docs/PhoneNumber.md