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
| Name | Required | Type | Description |
|---|---|---|---|
cancellationRequestEntryInputs | Required | Array<CancellationRequestEntryInput> | Cancellation request entry inputs which contain information about the order entries which are requested to be cancelled {Array<CancellationRequestEntryInput>} CancellationRequestEntryInputList |