FileDetail

Represents detailed information about a file attached to a benefit application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The business purpose or use case that this file supports in the benefit application.

Link copied to clipboard

The timestamp when the file was uploaded.

Link copied to clipboard

The identifier of the user who uploaded the file.

Link copied to clipboard

The original name of the uploaded file.

Link copied to clipboard

The current processing status of the file (e.g., uploaded, processing, approved, rejected).

Link copied to clipboard

The reason for that particulat file status.

Link copied to clipboard

The type or category of the file (e.g., document, image, spreadsheet).

Link copied to clipboard

The URI or location where the file is stored.

Functions

Link copied to clipboard
inline fun copy(block: FileDetail.Builder.() -> Unit = {}): FileDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String