Alokai
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

NameRequiredTypeDescription
orderEntriesOptionalArray<OrderEntry>List of order entries {Array<OrderEntry>} OrderEntryList

Referenced Types

On this page