Information about the shipping address.
See Also: Inherited members from Address.
|
Documentation for this section has not yet been entered. |
[read-only] | DistanceToBillingAddress | Nullable<int> . The distance in kilometers from the shipping address to billing address. |
[read-only] | DistanceToIPLocation | Nullable<int> . The distance in kilometers from the address to the IP location. (Inherited from Address.) |
[read-only] | IsHighRisk | Nullable<bool> . 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. |
[read-only] | IsInIPCountry | Nullable<bool> . 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.) |
[read-only] | IsPostalInCity | Nullable<bool> . 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 could not be parsed or was not provided, the property will be null. (Inherited from Address.) |
[read-only] | Latitude | Nullable<double> . The latitude associated with the address. (Inherited from Address.) |
[read-only] | Longitude | Nullable<double> . The longitude associated with the address. (Inherited from Address.) |
Documentation for this section has not yet been entered.Syntax
public ShippingAddress ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
The distance in kilometers from the shipping address to billing address.Syntax
[Newtonsoft.Json.JsonProperty("distance_to_billing_address")]
public Nullable<int> DistanceToBillingAddress { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
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.Syntax
[Newtonsoft.Json.JsonProperty("is_high_risk")]
public Nullable<bool> IsHighRisk { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
Returns a string that represents the current object.Syntax
public override string ToString ()Returns
A string that represents the current object.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0