Structure holding information about a Document signer/recipient.
t() :: %PandaDoc.Model.Recipient{ email: String.t(), first_name: String.t(), last_name: String.t(), role: String.t() }