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

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

Link to this section Summary

Link to this section Types

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