NotificationSubscriber interface
A subscriber is a user or group that has the potential to receive notifications.
Properties
delivery |
Indicates how the subscriber should be notified by default. |
flags | |
id | Identifier of the subscriber. |
preferred |
Preferred email address of the subscriber. A null or empty value indicates no preferred email address has been set. |
Property Details
deliveryPreference
Indicates how the subscriber should be notified by default.
deliveryPreference: NotificationSubscriberDeliveryPreference
Property Value
flags
id
Identifier of the subscriber.
id: string
Property Value
string
preferredEmailAddress
Preferred email address of the subscriber. A null or empty value indicates no preferred email address has been set.
preferredEmailAddress: string
Property Value
string