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

The EnvelopeAttachments resource provides methods that allow you to manage attachments.

Summary

Types

@type t() :: %DocuSign.Model.EnvelopeAttachments{
  accessControl: String.t() | nil,
  attachmentId: String.t() | nil,
  attachmentType: String.t() | nil,
  errorDetails: DocuSign.Model.ErrorDetails.t() | nil,
  label: String.t() | nil,
  name: String.t() | nil
}