PandaDoc.Model.Recipient (pandadoc.com API v0.1.2) View Source

Structure holding information about a Document signer/recipient.

Link to this section Summary

Link to this section Types

Specs

t() :: %PandaDoc.Model.Recipient{
  email: String.t(),
  first_name: String.t(),
  last_name: String.t(),
  role: String.t()
}