Class Calculation.CustomerDetails.Address

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Calculation.CustomerDetails.Address
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Calculation.CustomerDetails

public static class Calculation.CustomerDetails.Address extends StripeObject
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getCity

      public String getCity()
      City, district, suburb, town, or village.
    • getCountry

      public String getCountry()
      Two-letter country code (ISO 3166-1 alpha-2).
    • getLine1

      public String getLine1()
      Address line 1 (e.g., street, PO Box, or company name).
    • getLine2

      public String getLine2()
      Address line 2 (e.g., apartment, suite, unit, or building).
    • getPostalCode

      public String getPostalCode()
      ZIP or postal code.
    • getState

      public String getState()
      State/province as an ISO 3166-2 subdivision code, without country prefix. Example: "NY" or "TX".
    • setCity

      public void setCity(String city)
      City, district, suburb, town, or village.
    • setCountry

      public void setCountry(String country)
      Two-letter country code (ISO 3166-1 alpha-2).
    • setLine1

      public void setLine1(String line1)
      Address line 1 (e.g., street, PO Box, or company name).
    • setLine2

      public void setLine2(String line2)
      Address line 2 (e.g., apartment, suite, unit, or building).
    • setPostalCode

      public void setPostalCode(String postalCode)
      ZIP or postal code.
    • setState

      public void setState(String state)
      State/province as an ISO 3166-2 subdivision code, without country prefix. Example: "NY" or "TX".
    • 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