DocuSign.Model.EnvelopeAttachments (DocuSign v2.2.0)

View Source

The EnvelopeAttachments resource provides methods that allow you to associate files with an envelope.

Summary

Types

t()

@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
}

Functions

decode(value)