View Source DocuSign.Model.RecipientSignatureInformation (DocuSign v1.2.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.

Summary

Types

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