PlaceOrder

interface PlaceOrder

Use case for placing an order. This is typically used when a customer wants to create a new order with specific details.

Inheritors

Types

Link copied to clipboard
sealed interface Result

Represents the result of the place order operation. It can be either a success with the created order details or a failure with specific reasons.

Functions

Link copied to clipboard

Executes the place order use case.