RetailTransactionTable::transactionsPerTransCode Method
Gets the number of transactions with the given transaction code.
Syntax
client server public static int transactionsPerTransCode(RetailStatementId _statementId, RetailTransCode _transCode)
Run On
Called
Parameters
- _statementId
Type: RetailStatementId Extended Data Type
The statement number of the transaction.
- _transCode
Type: RetailTransCode Extended Data Type
The transaction code.
Return Value
Type: int
The total number of transactions for the given transaction code.