ICancelOrderParams Interface representing the parameters for canceling an order.
const cancelOrderParams: ICancelOrderParams = { order_id: "123456789"}; Copy
const cancelOrderParams: ICancelOrderParams = { order_id: "123456789"};
The unique identifier of the order to be canceled.
ICancelOrderParams Interface representing the parameters for canceling an order.
Example