[@expediagroup/fraudpreventionv2-sdk](../../index.md) / [models](../index.md) / Email

# Class: Email

Group of attributes intended to hold information about email address associated with the transaction.

## Constructors

### new Email(email)

> **new Email**(`email`): [`Email`](Email.md)

#### Parameters

• **email**: [`EmailProperties`](../interfaces/EmailProperties.md)

#### Returns

[`Email`](Email.md)

#### Source

models/Email.ts:34

## Properties

| Property | Type | Description |
| :------ | :------ | :------ |
| `emailAddress?` | `string` | Full email address including the alias, @ symbol, domain, and root domain. |
