Package com.stripe.model
Class Review.IpAddressLocation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Review.IpAddressLocation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Review
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCity()
The city where the payment originated.Two-letter ISO code representing the country where the payment originated.The geographic latitude where the payment originated.The geographic longitude where the payment originated.The state/county/province/region where the payment originated.int
hashCode()
void
The city where the payment originated.void
setCountry
(String country) Two-letter ISO code representing the country where the payment originated.void
setLatitude
(BigDecimal latitude) The geographic latitude where the payment originated.void
setLongitude
(BigDecimal longitude) The geographic longitude where the payment originated.void
The state/county/province/region where the payment originated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
IpAddressLocation
public IpAddressLocation()
-
-
Method Details
-
getCity
The city where the payment originated. -
getCountry
Two-letter ISO code representing the country where the payment originated. -
getLatitude
The geographic latitude where the payment originated. -
getLongitude
The geographic longitude where the payment originated. -
getRegion
The state/county/province/region where the payment originated. -
setCity
The city where the payment originated. -
setCountry
Two-letter ISO code representing the country where the payment originated. -
setLatitude
The geographic latitude where the payment originated. -
setLongitude
The geographic longitude where the payment originated. -
setRegion
The state/county/province/region where the payment originated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-