module:model/Expirations

module:model/Expirations

new module:model/Expirations()

Source:

Constructs a new Expirations.
A complex element that specifies the expiration settings for the envelope.

Members

(inner) expireAfter :String

Source:

An integer that sets the number of days the envelope is active.

Type:
  • String

(inner) expireEnabled :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) expireWarn :String

Source:

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.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated Expirations instance.

Type
module:model/Expirations