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

A rule that defines a set of recipients and the conditions under which they will be used for the envelope.

Summary

Types

@type t() :: %DocuSign.Model.ConditionalRecipientRule{
  conditions: [DocuSign.Model.ConditionalRecipientRuleCondition.t()] | nil,
  order: String.t() | nil,
  recipientGroup: DocuSign.Model.RecipientGroup.t() | nil,
  recipientId: String.t() | nil
}