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

A complex element that specifies the expiration settings for the envelope. When an envelope expires, it is voided and no longer available for signing. **Note:** there is a short delay between when the envelope expires and when it is voided. 

# `t`

```elixir
@type t() :: %DocuSign.Model.Expirations{
  expireAfter: String.t() | nil,
  expireEnabled: String.t() | nil,
  expireWarn: String.t() | nil
}
```

---

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