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
/
CustomerId
Customer
Id
@
JvmInline
value
class
CustomerId
(
val
value
:
String
)
Represents the unique identifier for a customer.
Members
Constructors
Customer
Id
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
The string value of the customer ID.