# `DocuSign.Model.NotificationDefaultSettings`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/notification_default_settings.ex#L5)

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
