Class AbstractLocation
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.AbstractLocation
This class represents the shared location behavior between Billing and Shipping.
-
Method Summary
Methods inherited from class AbstractModel
toJson, toString
-
Method Details
-
firstName
- Returns:
- The first name associated with the address
-
lastName
- Returns:
- The last name associated with the address
-
company
- Returns:
- The company name associated with the address
-
address
- Returns:
- The first line of the address
-
address2
- Returns:
- The second line of the address
-
city
- Returns:
- The city associated with the address
-
region
- Returns:
- The region code associated with the address
-
country
- Returns:
- The country associated with the address
-
postal
- Returns:
- The postal code associated with the address
-
phoneNumber
- Returns:
- The phone number associated with the address
-
phoneCountryCode
- Returns:
- The phone number country code associated with the address
-