munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
order-service
/
com.munchies.order.domain.model
/
Order
/
UpdateResult
Update
Result
sealed
interface
UpdateResult
Represents the result of attempting to update the items in an order.
Inheritors
Success
Failure
Members
Types
Failure
Link copied to clipboard
sealed
interface
Failure
:
Order.UpdateResult
Success
Link copied to clipboard
data
class
Success
(
val
order
:
Order
)
:
Order.UpdateResult