UpdateResult

sealed interface UpdateResult

Represents the result of attempting to update the items in an order.

Inheritors

Types

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