MCRFraudData::isPhoneFraud Method
Checks if the given phone number is in the fraud static data table and returns the score if found.
Syntax
client server public static int isPhoneFraud(LogisticsElectronicAddressLocator _phone)
Run On
Called
Parameters
- _phone
Type: LogisticsElectronicAddressLocator Extended Data Type
The phone number to check against the fraud table.
Return Value
Type: int
The fraud data score if the phone number is found in the fraud table; otherwise, 0.