munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.domain.aggregate
/
RestaurantDetails
Restaurant
Details
data
class
RestaurantDetails
(
val
name
:
RestaurantName
,
val
address
:
Address
,
val
phone
:
Phone
,
val
email
:
Email
)
Members
Constructors
Restaurant
Details
Link copied to clipboard
constructor
(
name
:
RestaurantName
,
address
:
Address
,
phone
:
Phone
,
email
:
Email
)
Properties
address
Link copied to clipboard
val
address
:
Address
email
Link copied to clipboard
val
email
:
Email
name
Link copied to clipboard
val
name
:
RestaurantName
phone
Link copied to clipboard
val
phone
:
Phone