Click or drag to resize

OperationsConstructChargesFromOperaTotals Method

ConstructChargesFromOperaTotals

Namespace: Micros.PosCore.OperaPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public List<Charge> ConstructChargesFromOperaTotals(
	DataStoreClient dataStore,
	Parameter tndParam,
	SerializableDictionary<string, string> totalsData
)

Parameters

dataStore  DataStoreClient
tndParam  Parameter
totalsData  SerializableDictionaryString, String

Return Value

ListCharge
See Also