Share via


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

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.

See Also

Reference

MCRFraudData Table