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

Use Docusign eNotary to notarize documents digitally. Check the [Docusign eNotary support documentation](https://support.docusign.com/s/document-item?bundleId=gko1642535666104&topicId=jiv1635359045452.html) to see which jurisdictions are supported. 

# `t`

```elixir
@type t() :: %DocuSign.Model.Notary{
  createdDate: String.t() | nil,
  enabled: String.t() | nil,
  searchable: String.t() | nil,
  userInfo: DocuSign.Model.UserInformation.t() | nil
}
```

---

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