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

This object contains details about a custom field for a bulk send copy. In a bulk send request, each custom field in the bulk send list must match a custom field in the envelope or template that you want to send.

Summary

Types

@type t() :: %DocuSign.Model.BulkSendingCopyCustomField{
  name: String.t() | nil,
  value: String.t() | nil
}