SuccessDetails

@Serializable
data class SuccessDetails(val id: Long)

Destination shown after a successful sale creation.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
val id: Long

The ID of the created sale.