Uses of Class
com.maxmind.minfraud.response.BillingAddress
-
Packages that use BillingAddress Package Description com.maxmind.minfraud.response -
-
Uses of BillingAddress in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return BillingAddress Modifier and Type Method Description BillingAddress
InsightsResponse. getBillingAddress()
Constructors in com.maxmind.minfraud.response with parameters of type BillingAddress Constructor Description FactorsResponse(BillingAddress billingAddress, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Subscores subscores, List<Warning> warnings)
InsightsResponse(BillingAddress billingAddress, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, List<Warning> warnings)
-