DocuSign.Model.NotificationDefaultSettings (DocuSign v2.0.0)

View Source

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
}

Functions

decode(value)