| ShippingAddress Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MaxMind.MinFraud.Response
 Syntax
SyntaxThe ShippingAddress type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ShippingAddress | Initializes a new instance of the ShippingAddress class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DistanceToBillingAddress | 
            The distance in kilometers from the shipping address to billing
            address.
             | 
|  | DistanceToIPLocation | 
            The distance in kilometers from the address to the IP location.
            (Inherited from Address.) | 
|  | IsHighRisk | 
            This property is true if the shipping address is in
            the IP country. The property is false when the address
            is not in the IP country. If the shipping address could not be
            parsed or was not provided or the IP address could not be
            geolocated, then the property is null.
             | 
|  | IsInIPCountry | 
            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.) | 
|  | IsPostalInCity | 
            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.
            (Inherited from Address.) | 
|  | Latitude | 
            The latitude associated with the address.
            (Inherited from Address.) | 
|  | Longitude | 
            The longitude associated with the address.
            (Inherited from Address.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | 
            Returns a string that represents the current object.
            (Overrides AddressToString.) | 
 See Also
See Also