DocuSign.Model.DocGenFormField (DocuSign v2.2.0)
View SourceThe document fields available for document generation. This object is used in reponses (GET) and requests (PUT). When used with DocumentGeneration: updateEnvelopeDocGenFormFields (PUT), the name
and value
/ rowValues
properties are required and any other values are ignored.
Summary
Types
@type t() :: %DocuSign.Model.DocGenFormField{ description: String.t() | nil, label: String.t() | nil, name: String.t() | nil, options: [DocuSign.Model.DocGenFormFieldOption.t()] | nil, order: String.t() | nil, predefinedValidation: String.t() | nil, required: String.t() | nil, rowValues: [DocuSign.Model.DocGenFormFieldRowValue.t()] | nil, type: String.t() | nil, validation: DocuSign.Model.DocGenFormFieldValidation.t() | nil, value: String.t() | nil }