Sha256: 24f935bf2eda092f69dd7176253b8fd8459a9cd0bbcc02bdee4ddce636690980
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 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. | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::Email.new( address: example@example.com, primary: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.13 | docs/Email.md |
moneykit-0.1.12 | docs/Email.md |
moneykit-0.1.11 | docs/Email.md |