SalesDestinations

sealed class SalesDestinations

Defines the navigation destinations for the Sales feature.

Types

Link copied to clipboard
@Serializable
data class Add(val id: Long? = null)

Destination for adding a new sale.

Link copied to clipboard
@Serializable
data class Checkout(val id: Long)

Destination for the checkout process.

Link copied to clipboard
@Serializable
data class Details(val id: Long)

Destination for viewing sale details.

Link copied to clipboard
@Serializable
object List

Destination for the list of sales.

Link copied to clipboard
@Serializable
data class SuccessDetails(val id: Long)

Destination shown after a successful sale creation.