Package com.stripe.param
Class AccountUpdateParams.Company.AddressKana
java.lang.Object
com.stripe.param.AccountUpdateParams.Company.AddressKana
- Enclosing class:
- AccountUpdateParams.Company
State, county, province, or region.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getCity()
City or ward.Two-letter country code (ISO 3166-1 alpha-2).Map of extra parameters for custom features not available in this client library.getLine1()
Block or building number.getLine2()
Building details.Postal code.getState()
Prefecture.getTown()
Town or cho-me.
-
Method Details
-
builder
-
getCity
City or ward. -
getCountry
Two-letter country code (ISO 3166-1 alpha-2). -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getLine1
Block or building number. -
getLine2
Building details. -
getPostalCode
Postal code. -
getState
Prefecture. -
getTown
Town or cho-me.
-