module:model/SenderEmailNotifications

module:model/SenderEmailNotifications

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

Source:
Type:
  • String

(inner) commentsOnlyPrivateAndMention :String

Source:
Type:
  • String

(inner) commentsReceiveAll :String

Source:
Type:
  • String

(inner) deliveryFailed :String

Source:

When set to true, the sender receives notification if the delivery of the envelope fails.

Type:
  • String

(inner) envelopeComplete :String

Source:

When set to true, the user receives notification that the envelope has been completed.

Type:
  • String

(inner) offlineSigningFailed :String

Source:

When set to true, the user receives notification if the offline signing failed.

Type:
  • String

(inner) powerformResponsesLimitNotificationEmail :String

Source:
Type:
  • String

(inner) purgeDocuments :String

Source:
Type:
  • String

(inner) recipientViewed :String

Source:

When set to true, the sender receives notification that the recipient viewed the enveloper.

Type:
  • String

(inner) senderEnvelopeDeclined :String

Source:
Type:
  • String

(inner) withdrawnConsent :String

Source:

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.

Type
module:model/SenderEmailNotifications