munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
order-service
/
com.munchies.order.domain.model
/
RestaurantId
Restaurant
Id
@
JvmInline
value
class
RestaurantId
(
val
value
:
String
)
Represents the unique identifier for an order.
Members
Constructors
Restaurant
Id
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
The string value of the order ID.