DocuSign v0.2.0 DocuSign.Model.EnvelopeDefinition View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.EnvelopeDefinition{
  purgeState: String.t(),
  authoritativeCopy: String.t(),
  brandId: String.t(),
  allowViewHistory: String.t(),
  documentsUri: String.t(),
  notificationUri: String.t(),
  documents: [Document],
  envelopeUri: String.t(),
  templateId: String.t(),
  statusChangedDateTime: String.t(),
  emailSettings: EnvelopeEmailSettings,
  transactionId: String.t(),
  completedDateTime: String.t(),
  voidedDateTime: String.t(),
  recipientsLock: String.t(),
  envelopeIdStamping: String.t(),
  useDisclosure: String.t(),
  isSignatureProviderEnvelope: String.t(),
  lastModifiedDateTime: String.t(),
  signerCanSignOnMobile: String.t(),
  templatesUri: String.t(),
  declinedDateTime: String.t(),
  authoritativeCopyDefault: String.t(),
  is21CFRPart11: String.t(),
  allowReassign: String.t(),
  deletedDateTime: String.t(),
  emailSubject: String.t(),
  allowMarkup: String.t(),
  autoNavigation: String.t(),
  attachments: [Attachment],
  enforceSignerVisibility: String.t(),
  notification: Notification,
  compositeTemplates: [CompositeTemplate],
  status: String.t(),
  sentDateTime: String.t(),
  attachmentsUri: String.t(),
  signingLocation: String.t(),
  lockInformation: EnvelopeLocks,
  allowRecipientRecursion: String.t(),
  envelopeId: String.t(),
  brandLock: String.t(),
  documentsCombinedUri: String.t(),
  voidedReason: String.t(),
  customFieldsUri: String.t(),
  eventNotification: EventNotification,
  asynchronous: String.t(),
  password: String.t(),
  emailBlurb: String.t(),
  accessibility: String.t(),
  recipients: EnvelopeRecipients,
  recipientsUri: String.t(),
  deliveredDateTime: String.t(),
  certificateUri: String.t(),
  messageLock: String.t(),
  customFields: AccountCustomFields,
  initialSentDateTime: String.t(),
  createdDateTime: String.t(),
  enableWetSign: String.t(),
  templateRoles: [TemplateRole]
}