Share via


RetailTransactionTable::numberOfVoidedTransactions Method

Gets the number of transactions with the specified date and time which are voided.

Syntax

client server public static int numberOfVoidedTransactions(
    RetailStoreId _storeId, 
    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 whose status is voided.

See Also

Reference

RetailTransactionTable Table