Skip to content

SudoSOS Back-end API / mailer/messages/user-type-updated-with-reset / UserTypeUpdatedWithReset

Class: UserTypeUpdatedWithReset ​

Extends ​

Constructors ​

Constructor ​

ts
new UserTypeUpdatedWithReset(options): UserTypeUpdatedWithReset;

Parameters ​

ParameterType
optionsUserTypeUpdatedWithResetOptions

Returns ​

UserTypeUpdatedWithReset

Overrides ​

MailMessage.constructor

Properties ​

PropertyModifierTypeInherited from
baseMailOptionsprotectedOptionsMailMessage.baseMailOptions
contentOptionsprotectedUserTypeUpdatedWithResetOptionsMailMessage.contentOptions
mailContentsprotectedMailLanguageMap<T>MailMessage.mailContents

Methods ​

getOptions() ​

ts
getOptions(to, language): Options;

Get the base options

Parameters ​

ParameterType
toUser
languageLanguage

Returns ​

Options

Inherited from ​

MailMessage.getOptions