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

The NotificationDefaults resource provides methods that enable you to manage the default notifications for envelopes.

Summary

Types

@type t() :: %DocuSign.Model.NotificationDefaults{
  apiEmailNotifications: DocuSign.Model.NotificationDefaultSettings.t() | nil,
  emailNotifications: DocuSign.Model.NotificationDefaultSettings.t() | nil
}