Sha256: 3a960213cce7b41b9baa06eaab5da04ef42bf7d4a016331ebe9ae166a88c43b5
Contents?: true
Size: 445 Bytes
Versions: 11
Compression:
Stored size: 445 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][default to false] | ## Example ```ruby require 'moneykit' instance = MoneyKit::Email.new( address: example@example.com, primary: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems