Click or drag to resize
BillingAddress Class
Information about the billing address.
Inheritance Hierarchy

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class BillingAddress : Address

The BillingAddress type exposes the following members.

Constructors
  NameDescription
Public methodBillingAddress
Initializes a new instance of the BillingAddress class
Top
Properties
  NameDescription
Public propertyDistanceToIPLocation
The distance in kilometers from the address to the IP location.
(Inherited from Address.)
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.
(Inherited from Address.)
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, could not be parsed, or was not in USA, the property will be null.
(Inherited from Address.)
Public propertyLatitude
The latitude associated with the address.
(Inherited from Address.)
Public propertyLongitude
The longitude associated with the address.
(Inherited from Address.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Address.)
Top
See Also