toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.menu
/
MenuResponseDto
Menu
Response
Dto
data
class
MenuResponseDto
(
val
id
:
Long
,
val
name
:
String
,
val
price
:
Int
,
val
image
:
String
,
val
storeId
:
Long
)
Members
Constructors
Menu
Response
Dto
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
price
:
Int
,
image
:
String
,
storeId
:
Long
)
Properties
id
Link copied to clipboard
val
id
:
Long
image
Link copied to clipboard
val
image
:
String
name
Link copied to clipboard
val
name
:
String
price
Link copied to clipboard
val
price
:
Int
store
Id
Link copied to clipboard
val
storeId
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String