Alokai

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