ShippingAddressDistanceToBillingAddress Property |
The distance in kilometers from the shipping address to billing
address.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<int> DistanceToBillingAddress { get; }
Public ReadOnly Property DistanceToBillingAddress As Nullable(Of Integer)
Get
public:
property Nullable<int> DistanceToBillingAddress {
Nullable<int> get ();
}
member DistanceToBillingAddress : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also