java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.AbstractLocation
This class represents the shared location behavior between Billing and Shipping.
-
Method Details
-
getFirstName
- Returns:
- The first name associated with the address
-
getLastName
- Returns:
- The last name associated with the address
-
getCompany
- Returns:
- The company name associated with the address
-
getAddress
- Returns:
- The first line of the address
-
getAddress2
- Returns:
- The second line of the address
-
getCity
- Returns:
- The city associated with the address
-
getRegion
- Returns:
- The region code associated with the address
-
getCountry
- Returns:
- The country associated with the address
-
getPostal
- Returns:
- The postal code associated with the address
-
getPhoneNumber
- Returns:
- The phone number associated with the address
-
getPhoneCountryCode
- Returns:
- The phone number country code associated with the address
-