Class Review.IpAddressLocation

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Review.IpAddressLocation
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Review

public static class Review.IpAddressLocation extends StripeObject
  • Constructor Details

    • IpAddressLocation

      public IpAddressLocation()
  • Method Details

    • getCity

      public String getCity()
      The city where the payment originated.
    • getCountry

      public String getCountry()
      Two-letter ISO code representing the country where the payment originated.
    • getLatitude

      public BigDecimal getLatitude()
      The geographic latitude where the payment originated.
    • getLongitude

      public BigDecimal getLongitude()
      The geographic longitude where the payment originated.
    • getRegion

      public String getRegion()
      The state/county/province/region where the payment originated.
    • setCity

      public void setCity(String city)
      The city where the payment originated.
    • setCountry

      public void setCountry(String country)
      Two-letter ISO code representing the country where the payment originated.
    • setLatitude

      public void setLatitude(BigDecimal latitude)
      The geographic latitude where the payment originated.
    • setLongitude

      public void setLongitude(BigDecimal longitude)
      The geographic longitude where the payment originated.
    • setRegion

      public void setRegion(String region)
      The state/county/province/region where the payment originated.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object