SudoSOS Back-end API / mailer/messages/user-got-inactive-administrative-cost / UserGotInactiveAdministrativeCost
Class: UserGotInactiveAdministrativeCost ​
Extends ​
Constructors ​
Constructor ​
ts
new UserGotInactiveAdministrativeCost(options): UserGotInactiveAdministrativeCost;Parameters ​
| Parameter | Type |
|---|---|
options | UserGotInactiveAdministrativeCostOptions |
Returns ​
UserGotInactiveAdministrativeCost
Overrides ​
Properties ​
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
baseMailOptions | protected | Options | MailMessage.baseMailOptions |
contentOptions | protected | UserGotInactiveAdministrativeCostOptions | MailMessage.contentOptions |
mailContents | protected | MailLanguageMap<T> | MailMessage.mailContents |
Methods ​
getOptions() ​
ts
getOptions(to, language): Options;Get the base options
Parameters ​
| Parameter | Type |
|---|---|
to | User |
language | Language |
Returns ​
Options