You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
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 |