RetailStaffTable.numberOfVoidedTransactions Method
Retrieves the number of transactions that are voided.
Syntax
public int numberOfVoidedTransactions(
FromDate _fromDate,
RetailFromTime _fromTime,
ToDate _toDate,
RetailToTime _toTime)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The start date of a transaction date in the RetailTransactionTable table.
- _fromTime
Type: RetailFromTime Extended Data Type
The start time of a transaction time in the RetailTransactionTable table.
- _toDate
Type: ToDate Extended Data Type
The end date of a transaction date in the RetailTransactionTable table.
- _toTime
Type: RetailToTime Extended Data Type
The end time of a transaction time in the RetailTransactionTable table.
Return Value
Type: int
The number of transactions that are voided.