# `PolarExpress.Schemas.BenefitDownloadablesProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/benefit_downloadables_properties.ex#L2)

BenefitDownloadablesProperties

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitDownloadablesProperties{
  archived: %{required(String.t()) =&gt; boolean()} | nil,
  files: [String.t()] | nil
}
```

* `archived`
* `files`

# `schema_name`

---

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