View Source DocuSign.Model.EnvelopeLocks (DocuSign v1.0.0)

Envelope locks let you lock an envelope to prevent any changes while you are updating an envelope.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.EnvelopeLocks{
  errorDetails: DocuSign.Model.ErrorDetails.t() | nil,
  lockDurationInSeconds: String.t() | nil,
  lockToken: String.t() | nil,
  lockType: String.t() | nil,
  lockedByApp: String.t() | nil,
  lockedByUser: DocuSign.Model.UserInfo.t() | nil,
  lockedUntilDateTime: String.t() | nil,
  useScratchPad: String.t() | nil
}