AdvanceOrderStatusCommand

data class AdvanceOrderStatusCommand(val orderId: OrderId)

Command to advance the status of an order to the next stage in the order processing workflow.

Constructors

Link copied to clipboard
constructor(orderId: OrderId)

Properties

Link copied to clipboard