Class Account.Company.AddressKana

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Company.AddressKana
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Company

public static class Account.Company.AddressKana extends StripeObject
  • Constructor Details

    • AddressKana

      public AddressKana()
  • Method Details

    • getCity

      public String getCity()
      City/Ward.
    • getCountry

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

      public String getLine1()
      Block/Building number.
    • getLine2

      public String getLine2()
      Building details.
    • getPostalCode

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

      public String getState()
      Prefecture.
    • getTown

      public String getTown()
      Town/cho-me.
    • setCity

      public void setCity(String city)
      City/Ward.
    • setCountry

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

      public void setLine1(String line1)
      Block/Building number.
    • setLine2

      public void setLine2(String line2)
      Building details.
    • setPostalCode

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

      public void setState(String state)
      Prefecture.
    • setTown

      public void setTown(String town)
      Town/cho-me.
    • 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