Package com.stripe.param
Class PersonUpdateParams.Verification.AdditionalDocument.Builder
java.lang.Object
com.stripe.param.PersonUpdateParams.Verification.AdditionalDocument.Builder
- Enclosing class:
- PersonUpdateParams.Verification.AdditionalDocument
-
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.setBack
(EmptyParam back) setFront
(EmptyParam front)
-
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. -
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 PersonUpdateParams.Verification.AdditionalDocument.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. SeePersonUpdateParams.Verification.AdditionalDocument.extraParams
for the field documentation. -
putAllExtraParam
public PersonUpdateParams.Verification.AdditionalDocument.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. SeePersonUpdateParams.Verification.AdditionalDocument.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. -
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.
-