Click or drag to resize
AddressIsPostalInCity Property
This property is true if the postal code provided with the address is in the city for the address.The property is false when the postal code is not in the city. If the address was not provided, could not be parsed, or was not in USA, the property will be null.

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public Nullable<bool> IsPostalInCity { get; }

Property Value

Type: NullableBoolean
See Also