DocuSign v0.2.4 DocuSign.Model.EventNotification View Source

Register a Connect webhook for a specific envelope

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.EventNotification{
  envelopeEvents: [EnvelopeEvent],
  includeCertificateOfCompletion: String.t(),
  includeCertificateWithSoap: String.t(),
  includeDocumentFields: String.t(),
  includeDocuments: String.t(),
  includeEnvelopeVoidReason: String.t(),
  includeSenderAccountAsCustomField: String.t(),
  includeTimeZone: String.t(),
  loggingEnabled: String.t(),
  recipientEvents: [RecipientEvent],
  requireAcknowledgment: String.t(),
  signMessageWithX509Cert: String.t(),
  soapNameSpace: String.t(),
  url: String.t(),
  useSoapInterface: String.t()
}