Class Customer.Tax.Location

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Customer.Tax.Location
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Customer.Tax

public static class Customer.Tax.Location extends StripeObject
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • getCountry

      public String getCountry()
    • getSource

      public String getSource()
    • getState

      public String getState()
    • setCountry

      public void setCountry(String country)
    • setSource

      public void setSource(String source)
    • setState

      public void setState(String state)
    • 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