Package com.stripe.model
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCity()
City/Ward.Two-letter country code (ISO 3166-1 alpha-2).getLine1()
Block/Building number.getLine2()
Building details.ZIP or postal code.getState()
Prefecture.getTown()
Town/cho-me.int
hashCode()
void
City/Ward.void
setCountry
(String country) Two-letter country code (ISO 3166-1 alpha-2).void
Block/Building number.void
Building details.void
setPostalCode
(String postalCode) ZIP or postal code.void
Prefecture.void
Town/cho-me.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AddressKana
public AddressKana()
-
-
Method Details
-
getCity
City/Ward. -
getCountry
Two-letter country code (ISO 3166-1 alpha-2). -
getLine1
Block/Building number. -
getLine2
Building details. -
getPostalCode
ZIP or postal code. -
getState
Prefecture. -
getTown
Town/cho-me. -
setCity
City/Ward. -
setCountry
Two-letter country code (ISO 3166-1 alpha-2). -
setLine1
Block/Building number. -
setLine2
Building details. -
setPostalCode
ZIP or postal code. -
setState
Prefecture. -
setTown
Town/cho-me. -
equals
-
canEqual
-
hashCode
public int hashCode()
-