Checkout

@Serializable
data class Checkout(val id: Long)

Destination for the checkout process.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
val id: Long

The ID of the sale being checked out.