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
/
DeleteMenuItemCommand
Delete
Menu
Item
Command
data
class
DeleteMenuItemCommand
(
val
restaurantId
:
String
,
val
menuId
:
String
,
val
categoryId
:
String
,
val
itemId
:
String
)
Members
Constructors
Delete
Menu
Item
Command
Link copied to clipboard
constructor
(
restaurantId
:
String
,
menuId
:
String
,
categoryId
:
String
,
itemId
:
String
)
Properties
category
Id
Link copied to clipboard
val
categoryId
:
String
item
Id
Link copied to clipboard
val
itemId
:
String
menu
Id
Link copied to clipboard
val
menuId
:
String
restaurant
Id
Link copied to clipboard
val
restaurantId
:
String