Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
value class MenuName
Link copied to clipboard
sealed interface Validity

Represents the validity of a menu item, which can be defined by various criteria such as date ranges, specific days of the week, or time ranges. In the ranges the start date/time is inclusive and the end date/time is inclusive as well.

Link copied to clipboard
data class Variation(val name: VariationName, val options: List<VariationOption> = emptyList())
Link copied to clipboard
Link copied to clipboard
data class VariationOption(val name: String, val additionalPrice: Money)