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

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

Summary

Types

t()

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