app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.imecatro.demosales.navigation.sales
/
SalesDestinations
/
Checkout
Checkout
@
Serializable
data
class
Checkout
(
val
id
:
Long
)
Destination for the checkout process.
Members
Constructors
Checkout
Link copied to clipboard
constructor
(
id
:
Long
)
Properties
id
Link copied to clipboard
val
id
:
Long
The ID of the sale being checked out.