OrderEntryList
List of entries containing the amount to add and the product code or the entryNumber. OrderEntryList
export interface OrderEntryList {
'orderEntries'?: Array<OrderEntry>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
orderEntries | Optional | Array<OrderEntry> | List of order entries {Array<OrderEntry>} OrderEntryList |