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

This object contains the results of a bulk send test.

Link to this section Summary

Link to this section Types

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