You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CancelOrderProps
Properties for an order cancellation.
export interface CancelOrderProps extends BaseProps, BaseUserId {
code: string;
entries: CancellationRequestEntryInputList;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Required | string | Order code. |
entries | Required | CancellationRequestEntryInputList | Cancellation request entry inputs which contain information about the order entries which are requested to be cancelled |