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
/
RestaurantDto
Restaurant
Dto
@
Serializable
class
RestaurantDto
(
val
id
:
String
,
val
name
:
String
,
val
address
:
String
,
val
phone
:
String
,
val
email
:
String
)
Members
Constructors
Restaurant
Dto
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
address
:
String
,
phone
:
String
,
email
:
String
)
Properties
address
Link copied to clipboard
val
address
:
String
email
Link copied to clipboard
val
email
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
phone
Link copied to clipboard
val
phone
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String