MCRFraudData::IsZipFraud Method
Checks if the given zip code is in the fraud static data table (MCRFraudData) and returns the score if found.
Syntax
client server public static int IsZipFraud(LogisticsAddressZipCodeId _zipcode)
Run On
Called
Parameters
- _zipcode
Type: LogisticsAddressZipCodeId Extended Data Type
zip code to check against the fraud table.
Return Value
Type: int
The fraud data score if the zip code is found in the fraud table. A zero if the zip code is not found.