module:model/TemplateNotificationRequest

module:model/TemplateNotificationRequest

new module:model/TemplateNotificationRequest()

Source:

Constructs a new TemplateNotificationRequest.

Members

(inner) expirations :module:model/Expirations

Source:

A complex element that specifies the expiration settings for the envelope.

Type:

(inner) password :String

Source:
Type:
  • String

(inner) reminders :module:model/Reminders

Source:

A complex element that specifies reminder settings for the envelope.

Type:

(inner) useAccountDefaults :String

Source:

When set to true, the account default notification settings are used for the envelope.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated TemplateNotificationRequest instance.

Type
module:model/TemplateNotificationRequest