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