munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.domain.aggregate
/
Category
/
updateItem
update
Item
fun
updateItem
(
itemId
:
MenuItemId
,
details
:
MenuItemDetails
,
price
:
Money
,
newVariations
:
List
<
Variation
>
=
emptyList()
,
validity
:
Validity
=
Validity.always
)
:
MenuItem