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

Contains details about the default notification settings for the envelope notifications that senders and signers receive.

Summary

Types

@type t() :: %DocuSign.Model.NotificationDefaultSettings{
  senderEmailNotifications: DocuSign.Model.SenderEmailNotifications.t() | nil,
  signerEmailNotifications: DocuSign.Model.SignerEmailNotifications.t() | nil
}