public static class Review.Location extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCity()
The city where the payment originated.
|
java.lang.String |
getCountry()
Two-letter ISO code representing the country where the payment originated.
|
java.math.BigDecimal |
getLatitude()
The geographic latitude where the payment originated.
|
java.math.BigDecimal |
getLongitude()
The geographic longitude where the payment originated.
|
java.lang.String |
getRegion()
The state/county/province/region where the payment originated.
|
int |
hashCode() |
void |
setCity(java.lang.String city)
The city where the payment originated.
|
void |
setCountry(java.lang.String country)
Two-letter ISO code representing the country where the payment originated.
|
void |
setLatitude(java.math.BigDecimal latitude)
The geographic latitude where the payment originated.
|
void |
setLongitude(java.math.BigDecimal longitude)
The geographic longitude where the payment originated.
|
void |
setRegion(java.lang.String region)
The state/county/province/region where the payment originated.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getCity()
public java.lang.String getCountry()
public java.math.BigDecimal getLatitude()
public java.math.BigDecimal getLongitude()
public java.lang.String getRegion()
public void setCity(java.lang.String city)
public void setCountry(java.lang.String country)
public void setLatitude(java.math.BigDecimal latitude)
public void setLongitude(java.math.BigDecimal longitude)
public void setRegion(java.lang.String region)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object