Click or drag to resize

Address Class

General address response data.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseAddress
    MaxMind.MinFraud.ResponseBillingAddress
    MaxMind.MinFraud.ResponseShippingAddress

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public abstract class Address

The Address type exposes the following members.

Constructors
  NameDescription
Protected methodAddress
Initializes a new instance of the Address class
Top
Properties
  NameDescription
Public propertyDistanceToIPLocation
The distance in kilometers from the address to the IP location.
Public propertyIsInIPCountry
This property is true if the address is in the IP country.The property is false when the address is not in the IP country. If the address could not be parsed or was not provided or if the IP address could not be geolocated, the property will be null.
Public propertyIsPostalInCity
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.
Public propertyLatitude
The latitude associated with the address.
Public propertyLongitude
The longitude associated with the address.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also