module:model/DelayedRouting

module:model/DelayedRouting

new module:model/DelayedRouting()

Source:

Constructs a new DelayedRouting.

Members

(inner) resumeDate :String

Source:

An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step.

Type:
  • String

(inner) rules :Array.<module:model/EnvelopeDelayRule>

Source:

A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified.

Type:

(inner) status :String

Source:

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DelayedRouting instance.

Type
module:model/DelayedRouting