Package com.stripe.param.v2.core.vault
Class GbBankAccountInitiateConfirmationOfPayeeParams.Builder
java.lang.Object
com.stripe.param.v2.core.vault.GbBankAccountInitiateConfirmationOfPayeeParams.Builder
- Enclosing class:
- GbBankAccountInitiateConfirmationOfPayeeParams
-
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.The name of the user to be checked against.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBusinessType
public GbBankAccountInitiateConfirmationOfPayeeParams.Builder setBusinessType(GbBankAccountInitiateConfirmationOfPayeeParams.BusinessType businessType) The business type to be checked against. Legal entity information will be used if unspecified. -
putExtraParam
public GbBankAccountInitiateConfirmationOfPayeeParams.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. SeeGbBankAccountInitiateConfirmationOfPayeeParams.extraParams
for the field documentation. -
putAllExtraParam
public GbBankAccountInitiateConfirmationOfPayeeParams.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. SeeGbBankAccountInitiateConfirmationOfPayeeParams.extraParams
for the field documentation. -
setName
The name of the user to be checked against. Legal entity information will be used if unspecified.
-