InsightsShippingAddress Property |
An object containing minFraud data related to the shipping address
used in the transaction.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic ShippingAddress ShippingAddress { get; }
Public ReadOnly Property ShippingAddress As ShippingAddress
Get
public:
property ShippingAddress^ ShippingAddress {
ShippingAddress^ get ();
}
member ShippingAddress : ShippingAddress with get
Property Value
Type:
ShippingAddress
See Also