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
For more details about IpAddressLocation, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCity()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.inthashCode()voidThe city where the payment originated.voidsetCountry(String country) Two-letter ISO code representing the country where the payment originated.voidsetLatitude(BigDecimal latitude) The geographic latitude where the payment originated.voidsetLongitude(BigDecimal longitude) The geographic longitude where the payment originated.voidThe state/county/province/region where the payment originated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-