Package com.stripe.param
Class AccountPersonUpdateParams.AddressKanji.Builder
java.lang.Object
com.stripe.param.AccountPersonUpdateParams.AddressKanji.Builder
- Enclosing class:
- AccountPersonUpdateParams.AddressKanji
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setCity
(EmptyParam city) City or ward.City or ward.setCountry
(EmptyParam country) Two-letter country code (ISO 3166-1 alpha-2).setCountry
(String country) Two-letter country code (ISO 3166-1 alpha-2).setLine1
(EmptyParam line1) Block or building number.Block or building number.setLine2
(EmptyParam line2) Building details.Building details.setPostalCode
(EmptyParam postalCode) Postal code.setPostalCode
(String postalCode) Postal code.setState
(EmptyParam state) Prefecture.Prefecture.setTown
(EmptyParam town) Town or cho-me.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCity
City or ward. -
setCity
City or ward. -
setCountry
Two-letter country code (ISO 3166-1 alpha-2). -
setCountry
Two-letter country code (ISO 3166-1 alpha-2). -
putExtraParam
Add a key/value pair 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. SeeAccountPersonUpdateParams.AddressKanji.extraParams
for the field documentation. -
putAllExtraParam
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. SeeAccountPersonUpdateParams.AddressKanji.extraParams
for the field documentation. -
setLine1
Block or building number. -
setLine1
Block or building number. -
setLine2
Building details. -
setLine2
Building details. -
setPostalCode
Postal code. -
setPostalCode
Postal code. -
setState
Prefecture. -
setState
Prefecture. -
setTown
Town or cho-me. -
setTown
-