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

This object represents a free text custom field where envelope creators and senders can enter custom data.

Summary

Types

@type t() :: %DocuSign.Model.TextCustomField{
  configurationType: String.t() | nil,
  errorDetails: DocuSign.Model.ErrorDetails.t() | nil,
  fieldId: String.t() | nil,
  name: String.t() | nil,
  required: String.t() | nil,
  show: String.t() | nil,
  value: String.t() | nil
}