Share via


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

  • score
    Type: int
    The fraud score of the fraud that was found.
  • description
    Type: str
    The description of the type of fraud that occurred.

See Also

Reference

MCRFraudDetail Table