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:

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/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