SudoSOS Back-end API / notifications/notification-options / UserAccountExpiredOptions
Class: UserAccountExpiredOptions ​
Email to notify user that their account has expired
Extends ​
Constructors ​
Constructor ​
ts
new UserAccountExpiredOptions(expiryDate): UserAccountExpiredOptions;Parameters ​
| Parameter | Type | Description |
|---|---|---|
expiryDate | Date | The date on which the account expired. |
Returns ​
UserAccountExpiredOptions
Overrides ​
Properties ​
| Property | Modifier | Type | Description |
|---|---|---|---|
expiryDate | public | Date | The date on which the account expired. |