View Source DocuSign.Model.SenderEmailNotifications (DocuSign v1.0.0)

Contains the settings for the email notifications that senders receive about the envelopes that they send.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.SenderEmailNotifications{
  changedSigner: String.t() | nil,
  clickwrapResponsesLimitNotificationEmail: String.t() | nil,
  commentsOnlyPrivateAndMention: String.t() | nil,
  commentsReceiveAll: String.t() | nil,
  deliveryFailed: String.t() | nil,
  envelopeComplete: String.t() | nil,
  offlineSigningFailed: String.t() | nil,
  powerformResponsesLimitNotificationEmail: String.t() | nil,
  purgeDocuments: String.t() | nil,
  recipientViewed: String.t() | nil,
  senderEnvelopeDeclined: String.t() | nil,
  withdrawnConsent: String.t() | nil
}