DocuSign.Model.TemplateCustomFields (DocuSign v2.2.3)

View Source

A template custom field enables you to prepopulate custom metadata for all new envelopes that are created by using a specific template. You can then use the custom data for sorting, organizing, searching, and other downstream processes.

Summary

Types

t()

@type t() :: %DocuSign.Model.TemplateCustomFields{
  listCustomFields: [DocuSign.Model.ListCustomField.t()] | nil,
  textCustomFields: [DocuSign.Model.TextCustomField.t()] | nil
}

Functions

decode(value)