OperationsConstructChargesFromOperaTotals Method |
ConstructChargesFromOperaTotals
Namespace: Micros.PosCore.OperaPostingAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic List<Charge> ConstructChargesFromOperaTotals(
DataStoreClient dataStore,
Parameter tndParam,
SerializableDictionary<string, string> totalsData
)
Parameters
- dataStore DataStoreClient
- tndParam Parameter
- totalsData SerializableDictionaryString, String
Return Value
ListCharge
See Also