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 or could not be parsed, the property will be null.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsPostalInCity { get; }
Public ReadOnly Property IsPostalInCity As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsPostalInCity {
Nullable<bool> get ();
}
member IsPostalInCity : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also