Alokai

CancelOrderProps

Properties for an order cancellation.

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