CancellationRequestEntryInput
Representation of a cancellation request entry input for an order CancellationRequestEntryInput
export interface CancellationRequestEntryInput {
'orderEntryNumber': number;
'quantity': number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
orderEntryNumber | Required | number | Order entry number of the cancelled product {number} CancellationRequestEntryInput |
quantity | Required | number | Quantity of the product which belongs to the order entry and is requested to be cancelled {number} CancellationRequestEntryInput |