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

The object contains the response to a bulk send request.

Summary

Types

@type t() :: %DocuSign.Model.BulkSendResponse{
  batchId: String.t() | nil,
  batchName: String.t() | nil,
  batchSize: String.t() | nil,
  envelopeOrTemplateId: String.t() | nil,
  errorDetails: [String.t()] | nil,
  errors: [String.t()] | nil,
  queueLimit: String.t() | nil,
  totalQueued: String.t() | nil
}