Package com.maxmind.minfraud.request
Class Billing
- java.lang.Object
 - 
- com.maxmind.minfraud.AbstractModel
 - 
- com.maxmind.minfraud.request.AbstractLocation
 - 
- com.maxmind.minfraud.request.Billing
 
 
 
 
- 
public final class Billing extends AbstractLocation
The billing information for the transaction. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBilling.BuilderBuildercreates instances ofBillingfrom values set by the builder's methods. 
- 
Method Summary
- 
Methods inherited from class com.maxmind.minfraud.request.AbstractLocation
getAddress, getAddress2, getCity, getCompany, getCountry, getFirstName, getLastName, getPhoneCountryCode, getPhoneNumber, getPostal, getRegion 
- 
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString 
 - 
 
 -