module:model/EnvelopeNotificationRequest

module:model/EnvelopeNotificationRequest

new module:model/EnvelopeNotificationRequest()

Source:

Constructs a new EnvelopeNotificationRequest.
A complex element that specifies the notification settings for the envelope.

Members

(inner) expirations :module:model/Expirations

Source:

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

Type:

(inner) reminders :module:model/Reminders

Source:

A complex element that specifies reminder settings for the envelope.

Type:

(inner) useAccountDefaults :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated EnvelopeNotificationRequest instance.

Type
module:model/EnvelopeNotificationRequest