Package com.stripe.param
Class PersonCollectionCreateParams.Verification.Document.Builder
java.lang.Object
com.stripe.param.PersonCollectionCreateParams.Verification.Document.Builder
- Enclosing class:
- PersonCollectionCreateParams.Verification.Document
-
Constructor Summary
-
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.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBack
The back of an ID returned by a file upload with apurpose
value ofidentity_document
. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size. -
putExtraParam
public PersonCollectionCreateParams.Verification.Document.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. SeePersonCollectionCreateParams.Verification.Document.extraParams
for the field documentation. -
putAllExtraParam
public PersonCollectionCreateParams.Verification.Document.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. SeePersonCollectionCreateParams.Verification.Document.extraParams
for the field documentation. -
setFront
The front of an ID returned by a file upload with apurpose
value ofidentity_document
. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
-