munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
restaurant-shared
/
com.munchies.restaurant.infrastructure.adapter.dto
/
MenuItemDto
Menu
Item
Dto
@
Serializable
class
MenuItemDto
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
,
val
price
:
String
,
val
variations
:
Array
<
VariationDto
>
=
emptyArray()
)
Members
Constructors
Menu
Item
Dto
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
,
price
:
String
,
variations
:
Array
<
VariationDto
>
=
emptyArray()
)
Properties
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
price
Link copied to clipboard
val
price
:
String
variations
Link copied to clipboard
val
variations
:
Array
<
VariationDto
>
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String