munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
UpdateMenuItemCommand
/
UpdateMenuItemCommand
Update
Menu
Item
Command
constructor
(
restaurantId
:
String
,
menuId
:
String
,
categoryId
:
String
,
itemId
:
String
,
name
:
String
,
description
:
String
,
price
:
BigDecimal
,
variations
:
List
<
VariationInput
>
=
emptyList()
)