module:model/ScheduledSending

module:model/ScheduledSending

new module:model/ScheduledSending()

Source:

Constructs a new ScheduledSending.

Members

(inner) bulkListId :String

Source:
Type:
  • String

(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 or null if the envelope has not yet been sent.

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 scheduled for sending in the future. Currently only 1 rule may be specified.

Type:

(inner) status :String

Source:

\"pending\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \"started\" if the scheduled sending delay is in progress. \"completed\" if the scheduled sending delay has elapsed and the envelope has been sent.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ScheduledSending instance.

Type
module:model/ScheduledSending