DocuSign v0.2.0 DocuSign.Model.SignerEmailNotifications View Source
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.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.SignerEmailNotifications{
agentNotification: String.t(),
carbonCopyNotification: String.t(),
certifiedDeliveryNotification: String.t(),
commentsOnlyPrivateAndMention: String.t(),
commentsReceiveAll: String.t(),
documentMarkupActivation: String.t(),
envelopeActivation: String.t(),
envelopeComplete: String.t(),
envelopeCorrected: String.t(),
envelopeDeclined: String.t(),
envelopeVoided: String.t(),
faxReceived: String.t(),
offlineSigningFailed: String.t(),
purgeDocuments: String.t(),
reassignedSigner: String.t(),
whenSigningGroupMember: String.t()
}
t() :: %DocuSign.Model.SignerEmailNotifications{ agentNotification: String.t(), carbonCopyNotification: String.t(), certifiedDeliveryNotification: String.t(), commentsOnlyPrivateAndMention: String.t(), commentsReceiveAll: String.t(), documentMarkupActivation: String.t(), envelopeActivation: String.t(), envelopeComplete: String.t(), envelopeCorrected: String.t(), envelopeDeclined: String.t(), envelopeVoided: String.t(), faxReceived: String.t(), offlineSigningFailed: String.t(), purgeDocuments: String.t(), reassignedSigner: String.t(), whenSigningGroupMember: String.t() }