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