Package com.maxmind.minfraud
Class AbstractModel
- java.lang.Object
 - 
- com.maxmind.minfraud.AbstractModel
 
 
- 
- Direct Known Subclasses:
 AbstractAddress,AbstractLocation,Account,CreditCard,CreditCard,CustomInputs,Device,Device,Disposition,Email,Email,EmailDomain,Event,Issuer,Order,Payment,ScoreResponse,ShoppingCartItem,Transaction,TransactionReport,Warning
public abstract class AbstractModel extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractModel() 
 - 
 
- 
- 
Method Detail
- 
toJson
public final String toJson() throws IOException
- Returns:
 - JSON representation of this object.
 - Throws:
 IOException- if there is an error serializing the object to JSON.
 
 - 
 
 -