module:model/SignerEmailNotifications

module:model/SignerEmailNotifications

new module:model/SignerEmailNotifications()

Source:

Constructs a new SignerEmailNotifications.
An array of email notifications that specifies the email the user receives when they are a sender. 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 sender email notification settings when the user is created.

Members

(inner) agentNotification :String

Source:

When set to true, the user receives agent notification emails.

Type:
  • String

(inner) carbonCopyNotification :String

Source:

When set to true, the user receives notifications of carbon copy deliveries.

Type:
  • String

(inner) certifiedDeliveryNotification :String

Source:

When set to true, the user receives notifications of certified deliveries.

Type:
  • String

(inner) commentsOnlyPrivateAndMention :String

Source:
Type:
  • String

(inner) commentsReceiveAll :String

Source:
Type:
  • String

(inner) documentMarkupActivation :String

Source:

When set to true, the user receives notification that document markup has been activated.

Type:
  • String

(inner) envelopeActivation :String

Source:

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

Type:
  • String

(inner) envelopeComplete :String

Source:

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

Type:
  • String

(inner) envelopeCorrected :String

Source:

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

Type:
  • String

(inner) envelopeDeclined :String

Source:

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

Type:
  • String

(inner) envelopeVoided :String

Source:

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

Type:
  • String

(inner) faxReceived :String

Source:

Reserved:

Type:
  • String

(inner) offlineSigningFailed :String

Source:

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

Type:
  • String

(inner) purgeDocuments :String

Source:

When set to true, the user receives notification of document purges.

Type:
  • String

(inner) reassignedSigner :String

Source:

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

Type:
  • String

(inner) whenSigningGroupMember :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/SignerEmailNotifications}

Source:

Constructs a SignerEmailNotifications 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/SignerEmailNotifications

Optional instance to populate.

Returns:

The populated SignerEmailNotifications instance.

Type
module:model/SignerEmailNotifications