OrderId
Represents the unique identifier for an Order entity.
This class extends the UUIDEntityId, which provides a UUID-based identifier. If no value is provided during instantiation, a new UUID will be generated by default.
Parameters
value
The string representation of the UUID. Defaults to a newly generated UUID.