new module:model/TemplateNotificationRequest()
Constructs a new TemplateNotificationRequest
.
Members
(inner) expirations :module:model/Expirations
A complex element that specifies the expiration settings for the envelope.
Type:
(inner) password :String
Type:
- String
(inner) reminders :module:model/Reminders
A complex element that specifies reminder settings for the envelope.
Type:
(inner) useAccountDefaults :String
When set to true, the account default notification settings are used for the envelope.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/TemplateNotificationRequest}
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.