Uses of Class
com.maxmind.minfraud.response.ScoreResponse
-
Packages that use ScoreResponse Package Description com.maxmind.minfraud com.maxmind.minfraud.response -
-
Uses of ScoreResponse in com.maxmind.minfraud
Methods in com.maxmind.minfraud that return ScoreResponse Modifier and Type Method Description ScoreResponse
WebServiceClient. score(Transaction transaction)
Make a minFraud Score request to the web service using the transaction request object passed to the method. -
Uses of ScoreResponse in com.maxmind.minfraud.response
Subclasses of ScoreResponse in com.maxmind.minfraud.response Modifier and Type Class Description class
FactorsResponse
This class provides a model for the minFraud Factors response.class
InsightsResponse
This class provides a model for the minFraud Insights response.
-