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

This object contains the results of a bulk send test.

Summary

Types

@type t() :: %DocuSign.Model.BulkSendTestResponse{
  canBeSent: boolean() | nil,
  validationErrorDetails: [String.t()] | nil,
  validationErrors: [String.t()] | nil
}