Class ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder
-
- All Implemented Interfaces:
public final class ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.BuilderA builder for UnverifiedCreateBankAccountApiRequest.
-
-
Method Summary
-
-
Method Detail
-
accountNumber
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder accountNumber(String accountNumber)
Account Number
-
accountNumber
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder accountNumber(JsonField<String> accountNumber)
Sets Builder.accountNumber to an arbitrary JSON value.
You should usually call Builder.accountNumber 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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder country(String country)
The country that the bank account is located in using ISO 3166-1. We will only accept USA bank accounts e.g., USA
-
country
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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.
-
currency
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder currency(String currency)
currency of the external account 3-character alphabetic ISO 4217 code
-
currency
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder currency(JsonField<String> currency)
Sets Builder.currency to an arbitrary JSON value.
You should usually call Builder.currency 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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder owner(String owner)
Legal Name of the business or individual who owns the external account. This will appear in statements
-
owner
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder ownerType(OwnerType ownerType)
Owner Type
-
ownerType
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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.
-
routingNumber
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder routingNumber(String routingNumber)
Routing Number
-
routingNumber
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder routingNumber(JsonField<String> routingNumber)
Sets Builder.routingNumber to an arbitrary JSON value.
You should usually call Builder.routingNumber with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder type(ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.AccountType type)
Account Type
-
type
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder type(JsonField<ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.AccountType> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed AccountType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
verificationMethod
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder verificationMethod(ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.UnverifiedVerificationMethod verificationMethod)
Verification Method
-
verificationMethod
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder verificationMethod(JsonField<ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.UnverifiedVerificationMethod> verificationMethod)
Sets Builder.verificationMethod to an arbitrary JSON value.
You should usually call Builder.verificationMethod with a well-typed UnverifiedVerificationMethod value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
accountToken
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder accountToken(String accountToken)
Indicates which Lithic account the external account is associated with. For external accounts that are associated with the program, account_token field returned will be null
-
accountToken
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder accountToken(JsonField<String> accountToken)
Sets Builder.accountToken to an arbitrary JSON value.
You should usually call Builder.accountToken with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
address
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder address(ExternalBankAccountAddress address)
Address
-
address
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder companyId(String companyId)
Optional field that helps identify bank accounts in receipts
-
companyId
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder dob(LocalDate dob)
Date of Birth of the Individual that owns the external bank account
-
dob
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder doingBusinessAs(String doingBusinessAs)
Doing Business As
-
doingBusinessAs
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder name(String name)
The nickname for this External Bank Account
-
name
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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.
-
userDefinedId
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder userDefinedId(String userDefinedId)
User Defined ID
-
userDefinedId
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.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 ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ExternalBankAccountCreateParams.Body.UnverifiedCreateBankAccountApiRequest build()
Returns an immutable instance of UnverifiedCreateBankAccountApiRequest.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.accountNumber() .country() .currency() .owner() .ownerType() .routingNumber() .type() .verificationMethod()
-
-
-
-