new module:model/SenderEmailNotifications()
- Source:
Constructs a new SenderEmailNotifications
.
Contains the settings for the email notifications that senders receive about the envelopes that they send.
Members
(inner) changedSigner :String
- Source:
When set to true, the sender receives notification if the signer changes.
Type:
- String
(inner) clickwrapResponsesLimitNotificationEmail :String
Type:
- String
(inner) commentsOnlyPrivateAndMention :String
Type:
- String
(inner) commentsReceiveAll :String
Type:
- String
(inner) deliveryFailed :String
When set to true, the sender receives notification if the delivery of the envelope fails.
Type:
- String
(inner) envelopeComplete :String
When set to true, the user receives notification that the envelope has been completed.
Type:
- String
(inner) offlineSigningFailed :String
When set to true, the user receives notification if the offline signing failed.
Type:
- String
(inner) powerformResponsesLimitNotificationEmail :String
Type:
- String
(inner) purgeDocuments :String
Type:
- String
(inner) recipientViewed :String
When set to true, the sender receives notification that the recipient viewed the enveloper.
Type:
- String
(inner) senderEnvelopeDeclined :String
Type:
- String
(inner) withdrawnConsent :String
When set to true, the user receives notification if consent is withdrawn.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/SenderEmailNotifications}
- Source:
Constructs a SenderEmailNotifications
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/SenderEmailNotifications | Optional instance to populate. |
Returns:
The populated SenderEmailNotifications
instance.