The email information for the transaction being sent to the web service.

Implements

  • EmailProps

Constructors

Properties

address?: string

The email address, or the MD5 generated from the email address if hashAddress is true.

domain?: string

Inherit Doc: EmailProps.domain

equivalentDomains: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
fastmailDomains: {
    [key: string]: boolean;
} = ...

Type declaration

  • [key: string]: boolean
typoDomains: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
typoTLDs: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
yahooDomains: {
    [key: string]: boolean;
} = ...

Type declaration

  • [key: string]: boolean

Methods

  • Parameters

    • address: string

    Returns string