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

Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient. Used only with recipient types In Person Signers and Signers.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.RecipientSignatureInformation{
  fontStyle: String.t() | nil,
  signatureInitials: String.t() | nil,
  signatureName: String.t() | nil
}