Package com.stripe.param.issuing
Class CardUpdateParams.Shipping.Address
java.lang.Object
com.stripe.param.issuing.CardUpdateParams.Shipping.Address
- Enclosing class:
- CardUpdateParams.Shipping
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getCity()
Required. City, district, suburb, town, or village.Required. Two-letter country code (ISO 3166-1 alpha-2).Map of extra parameters for custom features not available in this client library.getLine1()
Required. Address line 1 (e.g., street, PO Box, or company name).getLine2()
Address line 2 (e.g., apartment, suite, unit, or building).Required. ZIP or postal code.getState()
State, county, province, or region.
-
Method Details
-
builder
-
getCity
Required. City, district, suburb, town, or village. -
getCountry
Required. 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
Required. Address line 1 (e.g., street, PO Box, or company name). -
getLine2
Address line 2 (e.g., apartment, suite, unit, or building). -
getPostalCode
Required. ZIP or postal code. -
getState
State, county, province, or region.
-