GetOrderDetailsCommand

data class GetOrderDetailsCommand(val orderId: OrderId)

Command to retrieve the details of a specific order.

Constructors

Link copied to clipboard
constructor(orderId: OrderId)

Properties

Link copied to clipboard

The unique identifier of the order for which details are being requested.