CustomerId

value class CustomerId(val value: String)

Represents the unique identifier for a customer.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string value of the customer ID.