NotificationProperties interface
The information about notifications to be send to about upcoming operations.
Properties
| destination | Where the notification should be sent. For email, it should follow email format. |
| disabled | Tells if the notification is enabled or not. |
| language | The language the notification should be sent on. |
| type | Type of notification to be sent. |
Property Details
destination
Where the notification should be sent. For email, it should follow email format.
destination: string
Property Value
string
disabled
Tells if the notification is enabled or not.
disabled?: boolean
Property Value
boolean
language
The language the notification should be sent on.
language: string
Property Value
string
type
Type of notification to be sent.
type: string
Property Value
string