Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CancellationRequestEntryInputList

Cancellation request input list for the current order. CancellationRequestEntryInputList

export interface CancellationRequestEntryInputList {
	'cancellationRequestEntryInputs': Array<CancellationRequestEntryInput>;
}

Properties

NameRequiredTypeDescription
cancellationRequestEntryInputsRequiredArray<CancellationRequestEntryInput>Cancellation request entry inputs which contain information about the order entries which are requested to be cancelled {Array<CancellationRequestEntryInput>} CancellationRequestEntryInputList

Referenced Types

On this page