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