module:model/Notification

module:model/Notification

new module:model/Notification()

Source:

Constructs a new Notification.
A complex element that specifies the notification options for the envelope. It consists of: * useAccountDefaults - When set to true, the account default notification settings are used for the envelope. * reminders - A complex element that specifies reminder settings for the envelope. It consists of: * reminderEnabled - When set to true, a reminder message is sent to the recipient. * reminderDelay - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. * reminderFrequency - An interger that sets the interval, in days, between reminder emails. * expirations - A complex element that specifies the expiration settings for the envelope. It consists of: * expireEnabled - When set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. * expireAfter - An integer that sets the number of days the envelope is active. * expireWarn - An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent.

Members

(inner) expirations :module:model/Expirations

Source:

A complex element that specifies the expiration settings for the envelope.

Type:

(inner) reminders :module:model/Reminders

Source:

A complex element that specifies reminder settings for the envelope.

Type:

(inner) useAccountDefaults :String

Source:

When set to true, the account default notification settings are used for the envelope.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated Notification instance.

Type
module:model/Notification