Sha256: 475a17ef8a8e7f82d77b5921e5429df4e70ae02afd3c6766d4289064d0a8305e

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

# MoneyKit::Email

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address** | **String** | An email address for the account owner. |  |
| **primary** | **Boolean** | Indicates if this is the primary email address for the account owner, as reported by the institution. | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::Email.new(
  address: example@example.com,
  primary: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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