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

DownloadableFileCreate

Schema to create a file to be associated with the downloadables benefit.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.DownloadableFileCreate{
  checksum_sha256_base64: String.t() | nil,
  mime_type: String.t() | nil,
  name: String.t() | nil,
  organization_id: String.t() | nil,
  service: String.t() | nil,
  size: integer() | nil,
  upload: PolarExpress.Schemas.S3FileCreateMultipart.t() | nil,
  version: String.t() | nil
}
```

* `checksum_sha256_base64` - Nullable.
* `mime_type`
* `name`
* `organization_id` - Nullable.
* `service`
* `size`
* `upload`
* `version` - Nullable.

# `schema_name`

---

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