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

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

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