new module:model/NotificationDefaultSettings()
Constructs a new NotificationDefaultSettings
.
Contains details about the default notification settings for the envelope notifications that senders and signers receive.
Members
(inner) senderEmailNotifications :module:model/SenderEmailNotifications
An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed
Type:
(inner) signerEmailNotifications :module:model/SignerEmailNotifications
An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/NotificationDefaultSettings}
Constructs a NotificationDefaultSettings
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/NotificationDefaultSettings | Optional instance to populate. |
Returns:
The populated NotificationDefaultSettings
instance.