MCRFraudDetail.add Method
Adds the fraud data that was found to the MCRFraudDetail table which keeps track of which data was found to be fraudulent in each sales order.
Syntax
public void add(
SalesTable _salesTable,
MCRFraudType _MCRFraudType,
int score,
str description,
MCRFraudArea _MCRFraudArea)
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
The SalesTable record that was found.
- _MCRFraudType
Type: MCRFraudType Enumeration
The fraud type that was found.
- score
Type: int
The fraud score of the fraud that was found.
- description
Type: str
The description of the type of fraud that occurred.
- _MCRFraudArea
Type: MCRFraudArea Enumeration
The area in which the fraud occurred.