Uses of Class
com.maxmind.minfraud.exception.InsufficientFundsException
-
Packages that use InsufficientFundsException Package Description com.maxmind.minfraud -
-
Uses of InsufficientFundsException in com.maxmind.minfraud
Methods in com.maxmind.minfraud that throw InsufficientFundsException Modifier and Type Method Description FactorsResponse
WebServiceClient. factors(Transaction transaction)
Make a minFraud Factors request to the web service using the transaction request object passed to the method.InsightsResponse
WebServiceClient. insights(Transaction transaction)
Make a minFraud Insights request to the web service using the transaction request object passed to the method.void
WebServiceClient. reportTransaction(TransactionReport transaction)
Make a Report Transaction request to the web service using the TransactionReport request object passed to the method.ScoreResponse
WebServiceClient. score(Transaction transaction)
Make a minFraud Score request to the web service using the transaction request object passed to the method.
-