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
/
VariationOptionInput
Variation
Option
Input
data
class
VariationOptionInput
(
val
name
:
String
,
val
additionalPrice
:
BigDecimal
)
Members
Constructors
Variation
Option
Input
Link copied to clipboard
constructor
(
name
:
String
,
additionalPrice
:
BigDecimal
)
Properties
additional
Price
Link copied to clipboard
val
additionalPrice
:
BigDecimal
name
Link copied to clipboard
val
name
:
String
Functions
to
Domain
Link copied to clipboard
fun
toDomain
(
)
:
VariationOption