Class ExternalBankAccountUpdateParams.Builder
-
- All Implemented Interfaces:
public final class ExternalBankAccountUpdateParams.BuilderA builder for ExternalBankAccountUpdateParams.
-
-
Method Summary
-
-
Method Detail
-
externalBankAccountToken
final ExternalBankAccountUpdateParams.Builder externalBankAccountToken(String externalBankAccountToken)
-
externalBankAccountToken
final ExternalBankAccountUpdateParams.Builder externalBankAccountToken(Optional<String> externalBankAccountToken)
Alias for calling Builder.externalBankAccountToken with
externalBankAccountToken.orElse(null).
-
body
final ExternalBankAccountUpdateParams.Builder body(ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest body)
Sets the entire request body.
This is generally only useful if you are already constructing the body separately. Otherwise, it's more convenient to use the top-level setters instead:
-
address
final ExternalBankAccountUpdateParams.Builder address(ExternalBankAccountAddress address)
Address
-
address
final ExternalBankAccountUpdateParams.Builder address(JsonField<ExternalBankAccountAddress> address)
Sets Builder.address to an arbitrary JSON value.
You should usually call Builder.address with a well-typed ExternalBankAccountAddress value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
companyId
final ExternalBankAccountUpdateParams.Builder companyId(String companyId)
Optional field that helps identify bank accounts in receipts
-
companyId
final ExternalBankAccountUpdateParams.Builder companyId(JsonField<String> companyId)
Sets Builder.companyId to an arbitrary JSON value.
You should usually call Builder.companyId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dob
final ExternalBankAccountUpdateParams.Builder dob(LocalDate dob)
Date of Birth of the Individual that owns the external bank account
-
dob
final ExternalBankAccountUpdateParams.Builder dob(JsonField<LocalDate> dob)
Sets Builder.dob to an arbitrary JSON value.
You should usually call Builder.dob with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
doingBusinessAs
final ExternalBankAccountUpdateParams.Builder doingBusinessAs(String doingBusinessAs)
Doing Business As
-
doingBusinessAs
final ExternalBankAccountUpdateParams.Builder doingBusinessAs(JsonField<String> doingBusinessAs)
Sets Builder.doingBusinessAs to an arbitrary JSON value.
You should usually call Builder.doingBusinessAs with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final ExternalBankAccountUpdateParams.Builder name(String name)
The nickname for this External Bank Account
-
name
final ExternalBankAccountUpdateParams.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
owner
final ExternalBankAccountUpdateParams.Builder owner(String owner)
Legal Name of the business or individual who owns the external account. This will appear in statements
-
owner
final ExternalBankAccountUpdateParams.Builder owner(JsonField<String> owner)
Sets Builder.owner to an arbitrary JSON value.
You should usually call Builder.owner with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ownerType
final ExternalBankAccountUpdateParams.Builder ownerType(OwnerType ownerType)
Owner Type
-
ownerType
final ExternalBankAccountUpdateParams.Builder ownerType(JsonField<OwnerType> ownerType)
Sets Builder.ownerType to an arbitrary JSON value.
You should usually call Builder.ownerType with a well-typed OwnerType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final ExternalBankAccountUpdateParams.Builder type(ExternalBankAccountUpdateParams.AccountTypeExternal type)
-
type
final ExternalBankAccountUpdateParams.Builder type(JsonField<ExternalBankAccountUpdateParams.AccountTypeExternal> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed AccountTypeExternal value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
userDefinedId
final ExternalBankAccountUpdateParams.Builder userDefinedId(String userDefinedId)
User Defined ID
-
userDefinedId
final ExternalBankAccountUpdateParams.Builder userDefinedId(JsonField<String> userDefinedId)
Sets Builder.userDefinedId to an arbitrary JSON value.
You should usually call Builder.userDefinedId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalBodyProperties
final ExternalBankAccountUpdateParams.Builder additionalBodyProperties(Map<String, JsonValue> additionalBodyProperties)
-
putAdditionalBodyProperty
final ExternalBankAccountUpdateParams.Builder putAdditionalBodyProperty(String key, JsonValue value)
-
putAllAdditionalBodyProperties
final ExternalBankAccountUpdateParams.Builder putAllAdditionalBodyProperties(Map<String, JsonValue> additionalBodyProperties)
-
removeAdditionalBodyProperty
final ExternalBankAccountUpdateParams.Builder removeAdditionalBodyProperty(String key)
-
removeAllAdditionalBodyProperties
final ExternalBankAccountUpdateParams.Builder removeAllAdditionalBodyProperties(Set<String> keys)
-
additionalHeaders
final ExternalBankAccountUpdateParams.Builder additionalHeaders(Headers additionalHeaders)
-
additionalHeaders
final ExternalBankAccountUpdateParams.Builder additionalHeaders(Map<String, Iterable<String>> additionalHeaders)
-
putAdditionalHeader
final ExternalBankAccountUpdateParams.Builder putAdditionalHeader(String name, String value)
-
putAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder putAdditionalHeaders(String name, Iterable<String> values)
-
putAllAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder putAllAdditionalHeaders(Headers additionalHeaders)
-
putAllAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder putAllAdditionalHeaders(Map<String, Iterable<String>> additionalHeaders)
-
replaceAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder replaceAdditionalHeaders(String name, String value)
-
replaceAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder replaceAdditionalHeaders(String name, Iterable<String> values)
-
replaceAllAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder replaceAllAdditionalHeaders(Headers additionalHeaders)
-
replaceAllAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder replaceAllAdditionalHeaders(Map<String, Iterable<String>> additionalHeaders)
-
removeAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder removeAdditionalHeaders(String name)
-
removeAllAdditionalHeaders
final ExternalBankAccountUpdateParams.Builder removeAllAdditionalHeaders(Set<String> names)
-
additionalQueryParams
final ExternalBankAccountUpdateParams.Builder additionalQueryParams(QueryParams additionalQueryParams)
-
additionalQueryParams
final ExternalBankAccountUpdateParams.Builder additionalQueryParams(Map<String, Iterable<String>> additionalQueryParams)
-
putAdditionalQueryParam
final ExternalBankAccountUpdateParams.Builder putAdditionalQueryParam(String key, String value)
-
putAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder putAdditionalQueryParams(String key, Iterable<String> values)
-
putAllAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder putAllAdditionalQueryParams(QueryParams additionalQueryParams)
-
putAllAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder putAllAdditionalQueryParams(Map<String, Iterable<String>> additionalQueryParams)
-
replaceAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder replaceAdditionalQueryParams(String key, String value)
-
replaceAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder replaceAdditionalQueryParams(String key, Iterable<String> values)
-
replaceAllAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder replaceAllAdditionalQueryParams(QueryParams additionalQueryParams)
-
replaceAllAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder replaceAllAdditionalQueryParams(Map<String, Iterable<String>> additionalQueryParams)
-
removeAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder removeAdditionalQueryParams(String key)
-
removeAllAdditionalQueryParams
final ExternalBankAccountUpdateParams.Builder removeAllAdditionalQueryParams(Set<String> keys)
-
build
final ExternalBankAccountUpdateParams build()
Returns an immutable instance of ExternalBankAccountUpdateParams.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-