# `DocuSign.Model.BulkSendingCopyCustomField`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/bulk_sending_copy_custom_field.ex#L5)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
