Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder
- Enclosing class:
- AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification
public static class AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.BuilderaddAllFile(List<String> elements) Add all elements to `files` list.AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.BuilderAdd an element to `files` list.build()Finalize and obtain parameter instance from this builder.AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.BuilderputAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.BuilderputExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.BuildersetType(AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Type type) Required. The format of the document.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
public AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification build()Finalize and obtain parameter instance from this builder. -
putExtraParam
public AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.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. SeeAccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.extraParamsfor the field documentation. -
putAllExtraParam
public AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.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. SeeAccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.extraParamsfor the field documentation. -
addFile
public AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder addFile(String element) Add an element to `files` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.filesfor the field documentation. -
addAllFile
public AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder addAllFile(List<String> elements) Add all elements to `files` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.filesfor the field documentation. -
setType
public AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder setType(AccountTokenCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Type type) Required. The format of the document. Currently supportsfilesonly.
-