DiscardOrderAPI

The DiscardOrderAPI interface defines the contract for discarding an order. It extends the OrderAPI interface and provides a method to discard an order.

Type Parameters

Response

The type of the response object returned after discarding the order.

Inheritors

Functions

Link copied to clipboard
abstract fun discardOrder(id: String): Response