Package com.stripe.param.v2.core.vault
Class GbBankAccountCreateParams.Builder
java.lang.Object
com.stripe.param.v2.core.vault.GbBankAccountCreateParams.Builder
- Enclosing class:
- GbBankAccountCreateParams
-
Constructor Summary
Constructors -
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.setAccountNumber
(String accountNumber) Required. The Account Number of the bank account.setBankAccountType
(GbBankAccountCreateParams.BankAccountType bankAccountType) Closed Enum.setConfirmationOfPayee
(GbBankAccountCreateParams.ConfirmationOfPayee confirmationOfPayee) Whether or not to automatically perform Confirmation of Payee to verify the users information against what was provided by the bank.setSortCode
(String sortCode) Required. The Sort Code of the bank account.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccountNumber
Required. The Account Number of the bank account. -
setBankAccountType
public GbBankAccountCreateParams.Builder setBankAccountType(GbBankAccountCreateParams.BankAccountType bankAccountType) Closed Enum. The type of the bank account (checking or savings). -
setConfirmationOfPayee
public GbBankAccountCreateParams.Builder setConfirmationOfPayee(GbBankAccountCreateParams.ConfirmationOfPayee confirmationOfPayee) Whether or not to automatically perform Confirmation of Payee to verify the users information against what was provided by the bank. Doing so is required for all bank accounts not owned by you before making domestic UK OutboundPayments. -
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. SeeGbBankAccountCreateParams.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. SeeGbBankAccountCreateParams.extraParams
for the field documentation. -
setSortCode
Required. The Sort Code of the bank account.
-