Class ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder
-
- All Implemented Interfaces:
public final class ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.BuilderA builder for UpdateBankAccountApiRequest.
-
-
Method Summary
-
-
Method Detail
-
address
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder address(ExternalBankAccountAddress address)
Address
-
address
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder companyId(String companyId)
Optional field that helps identify bank accounts in receipts
-
companyId
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder dob(LocalDate dob)
Date of Birth of the Individual that owns the external bank account
-
dob
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder doingBusinessAs(String doingBusinessAs)
Doing Business As
-
doingBusinessAs
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder name(String name)
The nickname for this External Bank Account
-
name
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder owner(String owner)
Legal Name of the business or individual who owns the external account. This will appear in statements
-
owner
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder ownerType(OwnerType ownerType)
Owner Type
-
ownerType
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder type(ExternalBankAccountUpdateParams.AccountTypeExternal type)
-
type
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.UpdateBankAccountApiRequest.Builder userDefinedId(String userDefinedId)
User Defined ID
-
userDefinedId
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.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.
-
additionalProperties
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest build()
Returns an immutable instance of UpdateBankAccountApiRequest.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-