Sha256: ac9ff61ead6c4ad663652f58dc0f082bb20941fcf12aa7afa4f62a49b334c627
Contents?: true
Size: 498 Bytes
Versions: 4
Compression:
Stored size: 498 Bytes
Contents
# Plaid::Email ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | **String** | The email address. | | | **primary** | **Boolean** | When `true`, identifies the email address as the primary email on an account. | | | **type** | **String** | The type of email account as described by the financial institution. | | ## Example ```ruby require 'plaid' instance = Plaid::Email.new( data: null, primary: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/Email.md |
plaid-14.0.0.beta.3 | docs/Email.md |
plaid-14.0.0.beta.2 | docs/Email.md |
plaid-14.0.0.beta.1 | docs/Email.md |