Typed Inttegro domain value.
@type t() :: %Inttegro.Files.FileUploadReceipt{ content_type: String.t(), created_at: String.t(), filename: String.t() | nil, id: String.t(), name: String.t() | nil, size: integer(), status: Inttegro.Files.FileStatus.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()