Alokai
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

NameRequiredTypeDescription
codeRequiredstringOrder code.
entriesRequiredCancellationRequestEntryInputListCancellation request entry inputs which contain information about the order entries which are requested to be cancelled

Referenced Types

On this page