A short lived token used to confirm a mailing list subscription.

Hierarchy (View Summary)

  • BaseEntity
    • MailingListSubscriptionConfirmationToken

Constructors

Properties

email: string

The email of the new subscriber that this token belongs to.

expirationDate: Date

The expiration date of the confirmation token.

id: string

The uuid (universal unique identifier) of the entity.

listId: string

The id of the mailing list that this token belongs to.

name?: string

The optional name of the new subscriber that this token belongs to.

value: string

The actual token value.