View Source DocuSign.Model.SignerEmailNotifications (DocuSign v1.2.0)

An array of email notifications that specifies the email the user receives when they are a recipient. 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 email notification settings when the user is created.

Summary

Types

@type t() :: %DocuSign.Model.SignerEmailNotifications{
  agentNotification: String.t() | nil,
  carbonCopyNotification: String.t() | nil,
  certifiedDeliveryNotification: String.t() | nil,
  commentsOnlyPrivateAndMention: String.t() | nil,
  commentsReceiveAll: String.t() | nil,
  documentMarkupActivation: String.t() | nil,
  envelopeActivation: String.t() | nil,
  envelopeComplete: String.t() | nil,
  envelopeCorrected: String.t() | nil,
  envelopeDeclined: String.t() | nil,
  envelopeVoided: String.t() | nil,
  faxReceived: String.t() | nil,
  offlineSigningFailed: String.t() | nil,
  purgeDocuments: String.t() | nil,
  reassignedSigner: String.t() | nil,
  whenSigningGroupMember: String.t() | nil
}