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
/
UpdateCategoryCommand
Update
Category
Command
data
class
UpdateCategoryCommand
(
val
restaurantId
:
String
,
val
menuId
:
String
,
val
categoryId
:
String
,
val
name
:
String
,
val
variations
:
List
<
VariationInput
>
=
emptyList()
)
Members
Constructors
Update
Category
Command
Link copied to clipboard
constructor
(
restaurantId
:
String
,
menuId
:
String
,
categoryId
:
String
,
name
:
String
,
variations
:
List
<
VariationInput
>
=
emptyList()
)
Properties
category
Id
Link copied to clipboard
val
categoryId
:
String
menu
Id
Link copied to clipboard
val
menuId
:
String
name
Link copied to clipboard
val
name
:
String
restaurant
Id
Link copied to clipboard
val
restaurantId
:
String
variations
Link copied to clipboard
val
variations
:
List
<
VariationInput
>