Details

@Serializable
data class Details(val id: Long)

Destination for viewing sale details.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
val id: Long

The ID of the sale to view.