Package com.maxmind.minfraud.request
Class Shipping
- java.lang.Object
 - 
- com.maxmind.minfraud.AbstractModel
 - 
- com.maxmind.minfraud.request.AbstractLocation
 - 
- com.maxmind.minfraud.request.Shipping
 
 
 
 
- 
public final class Shipping extends AbstractLocation
The shipping information for the transaction. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShipping.BuilderBuildercreates instances ofShippingfrom values set by the builder's methods.static classShipping.DeliverySpeedEnumerated delivery speeds. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shipping.DeliverySpeedgetDeliverySpeed()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDeliverySpeed
public Shipping.DeliverySpeed getDeliverySpeed()
 
 - 
 
 -