# `DocuSign.Model.RecipientSignatureInformation`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/recipient_signature_information.ex#L5)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
