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
/
VariationOptionDto
Variation
Option
Dto
@
Serializable
class
VariationOptionDto
(
val
name
:
String
,
val
additionalPrice
:
String
)
Members
Constructors
Variation
Option
Dto
Link copied to clipboard
constructor
(
name
:
String
,
additionalPrice
:
String
)
Properties
additional
Price
Link copied to clipboard
val
additionalPrice
:
String
name
Link copied to clipboard
val
name
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String