DocuSign v0.1.2 DocuSign.Model.Document View Source

A document object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.Document{
  applyAnchorTabs: String.t(),
  authoritativeCopy: boolean(),
  display: String.t(),
  documentBase64: String.t(),
  documentFields: [NameValue],
  documentGroup: String.t(),
  documentId: String.t(),
  encryptedWithKeyManager: String.t(),
  fileExtension: String.t(),
  fileFormatHint: String.t(),
  includeInDownload: String.t(),
  matchBoxes: [MatchBox],
  name: String.t(),
  order: String.t(),
  pages: String.t(),
  password: String.t(),
  remoteUrl: String.t(),
  signerMustAcknowledge: String.t(),
  templateLocked: String.t(),
  templateRequired: String.t(),
  transformPdfFields: String.t(),
  uri: String.t()
}