Package com.stripe.param
Class AccountUpdateParams.BusinessProfile.SupportAddress
java.lang.Object
com.stripe.param.AccountUpdateParams.BusinessProfile.SupportAddress
- Enclosing class:
- AccountUpdateParams.BusinessProfile
Add all map key/value pairs to `extraParams` map. A map is initialized for the first
`put/putAll` call, and subsequent calls add additional key/value pairs to the original
map. See
AccountUpdateParams.BusinessProfile.MonthlyEstimatedRevenue.extraParams
for the field documentation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getCity()
City, district, suburb, town, or village.Two-letter country code (ISO 3166-1 alpha-2).Map of extra parameters for custom features not available in this client library.getLine1()
Address line 1, such as the street, PO Box, or company name.getLine2()
Address line 2, such as the apartment, suite, unit, or building.ZIP or postal code.getState()
State, county, province, or region.int
hashCode()
-
Method Details
-
builder
-
getCity
City, district, suburb, town, or village. -
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
Address line 1, such as the street, PO Box, or company name. -
getLine2
Address line 2, such as the apartment, suite, unit, or building. -
getPostalCode
ZIP or postal code. -
getState
State, county, province, or region. -
equals
-
canEqual
-
hashCode
public int hashCode()
-