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