CancelResult

sealed interface CancelResult

Represents the result of attempting to cancel an order.

Inheritors

Types

Link copied to clipboard
sealed interface Failure : Order.CancelResult
Link copied to clipboard
data class Success(val order: Order) : Order.CancelResult