Class AccountUpdateParams.VerificationAddress.Builder
-
- All Implemented Interfaces:
public final class AccountUpdateParams.VerificationAddress.BuilderA builder for VerificationAddress.
-
-
Method Summary
-
-
Method Detail
-
address1
final AccountUpdateParams.VerificationAddress.Builder address1(String address1)
-
address1
final AccountUpdateParams.VerificationAddress.Builder address1(JsonField<String> address1)
Sets Builder.address1 to an arbitrary JSON value.
You should usually call Builder.address1 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
address2
final AccountUpdateParams.VerificationAddress.Builder address2(String address2)
-
address2
final AccountUpdateParams.VerificationAddress.Builder address2(JsonField<String> address2)
Sets Builder.address2 to an arbitrary JSON value.
You should usually call Builder.address2 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
city
final AccountUpdateParams.VerificationAddress.Builder city(String city)
-
city
final AccountUpdateParams.VerificationAddress.Builder city(JsonField<String> city)
Sets Builder.city to an arbitrary JSON value.
You should usually call Builder.city with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
country
final AccountUpdateParams.VerificationAddress.Builder country(String country)
-
country
final AccountUpdateParams.VerificationAddress.Builder country(JsonField<String> country)
Sets Builder.country to an arbitrary JSON value.
You should usually call Builder.country with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
postalCode
final AccountUpdateParams.VerificationAddress.Builder postalCode(String postalCode)
-
postalCode
final AccountUpdateParams.VerificationAddress.Builder postalCode(JsonField<String> postalCode)
Sets Builder.postalCode to an arbitrary JSON value.
You should usually call Builder.postalCode with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
state
final AccountUpdateParams.VerificationAddress.Builder state(String state)
-
state
final AccountUpdateParams.VerificationAddress.Builder state(JsonField<String> state)
Sets Builder.state to an arbitrary JSON value.
You should usually call Builder.state with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AccountUpdateParams.VerificationAddress.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AccountUpdateParams.VerificationAddress.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AccountUpdateParams.VerificationAddress.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AccountUpdateParams.VerificationAddress.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AccountUpdateParams.VerificationAddress.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AccountUpdateParams.VerificationAddress build()
Returns an immutable instance of VerificationAddress.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-