View Source DocuSign.Model.SigningGroup (DocuSign v1.2.0)
Contains details about a signing group. Signing groups enable you to send an envelope to a predefined group of recipients and have any one member of the group sign your documents. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature.
Summary
Types
@type t() :: %DocuSign.Model.SigningGroup{ created: String.t() | nil, createdBy: String.t() | nil, errorDetails: DocuSign.Model.ErrorDetails.t() | nil, groupEmail: String.t() | nil, groupName: String.t() | nil, groupType: String.t() | nil, modified: String.t() | nil, modifiedBy: String.t() | nil, signingGroupId: String.t() | nil, users: [DocuSign.Model.SigningGroupUser.t()] | nil }