updateInfo
fun updateInfo(estimatedDeliveryTime: Long, deliveryAddress: String, bellName: String, customerPhone: String): DeliveryOrder.UpdateResult
Updates the delivery information of the order.
Return
An UpdateResult indicating success or failure of the update operation.
Parameters
estimatedDeliveryTime
The new estimated delivery time in milliseconds since epoch.
deliveryAddress
The new delivery address.
bellName
The new bell name for the delivery.
customerPhone
The new customer phone number.