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
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