Class PersonCreateParams.Documents.PrimaryVerification.Builder
java.lang.Object
com.stripe.param.v2.core.accounts.PersonCreateParams.Documents.PrimaryVerification.Builder
- Enclosing class:
- PersonCreateParams.Documents.PrimaryVerification
-
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.Required. The file upload tokens referring to each side of the document.Required. The format of the verification document.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public PersonCreateParams.Documents.PrimaryVerification.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. SeePersonCreateParams.Documents.PrimaryVerification.extraParams
for the field documentation. -
putAllExtraParam
public PersonCreateParams.Documents.PrimaryVerification.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. SeePersonCreateParams.Documents.PrimaryVerification.extraParams
for the field documentation. -
setFrontBack
public PersonCreateParams.Documents.PrimaryVerification.Builder setFrontBack(PersonCreateParams.Documents.PrimaryVerification.FrontBack frontBack) Required. The file upload tokens referring to each side of the document. -
setType
public PersonCreateParams.Documents.PrimaryVerification.Builder setType(PersonCreateParams.Documents.PrimaryVerification.Type type) Required. The format of the verification document. Currently supportsfront_back
only.
-