DiscardOrderCommand

data class DiscardOrderCommand(val orderId: OrderId)

Command to discard an order. This command is used when a customer wants to cancel their order before it is processed.

Constructors

Link copied to clipboard
constructor(orderId: OrderId)

Properties

Link copied to clipboard