Package com.stripe.param.v2.core.vault
Class GbBankAccountCreateParams.ConfirmationOfPayee.Builder
java.lang.Object
com.stripe.param.v2.core.vault.GbBankAccountCreateParams.ConfirmationOfPayee.Builder
- Enclosing class:
- GbBankAccountCreateParams.ConfirmationOfPayee
-
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.The business type to be checked against.setInitiate
(Boolean initiate) Required. User specifies whether Confirmation of Payee is automatically initiated when creating the bank account.The name to be checked against.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBusinessType
public GbBankAccountCreateParams.ConfirmationOfPayee.Builder setBusinessType(GbBankAccountCreateParams.ConfirmationOfPayee.BusinessType businessType) The business type to be checked against. Legal entity information will be used if unspecified. Closed enum. -
putExtraParam
public GbBankAccountCreateParams.ConfirmationOfPayee.Builder putExtraParam(String key, Object value) 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.ConfirmationOfPayee.extraParams
for the field documentation. -
putAllExtraParam
public GbBankAccountCreateParams.ConfirmationOfPayee.Builder putAllExtraParam(Map<String, Object> map) 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.ConfirmationOfPayee.extraParams
for the field documentation. -
setInitiate
Required. User specifies whether Confirmation of Payee is automatically initiated when creating the bank account. -
setName
The name to be checked against. Legal entity information will be used if unspecified.
-