Share via


RetailTransactionTable::numberOfVoidedTransactionsByTerminal Method

Gets the number of transactions with the specified date and time for the type sales.

Syntax

client server public static int numberOfVoidedTransactionsByTerminal(
    RetailTerminalId _terminalId, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _timeFrom, 
    ToTime _timeTo)

Run On

Called

Parameters

Return Value

Type: int
The total number of transactions in the specified date and time for the type sales.

See Also

Reference

RetailTransactionTable Table