new module:model/SignerEmailNotifications()
- Source:
Constructs a new SignerEmailNotifications
.
An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created.
Members
(inner) agentNotification :String
When set to true, the user receives agent notification emails.
Type:
- String
(inner) carbonCopyNotification :String
When set to true, the user receives notifications of carbon copy deliveries.
Type:
- String
(inner) certifiedDeliveryNotification :String
When set to true, the user receives notifications of certified deliveries.
Type:
- String
(inner) commentsOnlyPrivateAndMention :String
Type:
- String
(inner) commentsReceiveAll :String
Type:
- String
(inner) documentMarkupActivation :String
When set to true, the user receives notification that document markup has been activated.
Type:
- String
(inner) envelopeActivation :String
When set to true, the user receives notification that the envelope has been activated.
Type:
- String
(inner) envelopeComplete :String
When set to true, the user receives notification that the envelope has been completed.
Type:
- String
(inner) envelopeCorrected :String
When set to true, the user receives notification that the envelope has been corrected.
Type:
- String
(inner) envelopeDeclined :String
When set to true, the user receives notification that the envelope has been declined.
Type:
- String
(inner) envelopeVoided :String
When set to true, the user receives notification that the envelope has been voided.
Type:
- String
(inner) faxReceived :String
Reserved:
Type:
- String
(inner) offlineSigningFailed :String
When set to true, the user receives notification if the offline signing failed.
Type:
- String
(inner) purgeDocuments :String
When set to true, the user receives notification of document purges.
Type:
- String
(inner) reassignedSigner :String
When set to true, the user receives notification that the envelope has been reassigned.
Type:
- String
(inner) whenSigningGroupMember :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/SignerEmailNotifications}
- Source:
Constructs a SignerEmailNotifications
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/SignerEmailNotifications | Optional instance to populate. |
Returns:
The populated SignerEmailNotifications
instance.