UpdateDeliveryOrderInfoUseCase

Use case implementation for updating the information of a delivery order.

This class handles the business logic for updating delivery order details such as estimated delivery time, delivery address, bell name, and customer phone number. It interacts with the OrderRepository to retrieve and update order data.

Constructors

Link copied to clipboard
constructor(repository: OrderRepository)

Functions

Link copied to clipboard

Executes the update delivery order information use case.