module:model/Reminders

module:model/Reminders

new module:model/Reminders()

Source:

Constructs a new Reminders.
A complex element that specifies reminder settings for the envelope

Members

(inner) reminderDelay :String

Source:

An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.

Type:
  • String

(inner) reminderEnabled :String

Source:

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.

Type:
  • String

(inner) reminderFrequency :String

Source:

An interger that sets the interval, in days, between reminder emails.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated Reminders instance.

Type
module:model/Reminders