Package com.stripe.param.identity
Class VerificationSessionUpdateParams.Options.Document.Builder
java.lang.Object
com.stripe.param.identity.VerificationSessionUpdateParams.Options.Document.Builder
- Enclosing class:
- VerificationSessionUpdateParams.Options.Document
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdd all elements to `allowedTypes` list.Add an element to `allowedTypes` list.build()
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.setRequireIdNumber
(Boolean requireIdNumber) Collect an ID number and perform an ID number check with the document’s extracted name and date of birth.setRequireLiveCapture
(Boolean requireLiveCapture) Disable image uploads, identity document images have to be captured using the device’s camera.setRequireMatchingSelfie
(Boolean requireMatchingSelfie)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
addAllowedType
public VerificationSessionUpdateParams.Options.Document.Builder addAllowedType(VerificationSessionUpdateParams.Options.Document.AllowedType element) Add an element to `allowedTypes` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeVerificationSessionUpdateParams.Options.Document.allowedTypes
for the field documentation. -
addAllAllowedType
public VerificationSessionUpdateParams.Options.Document.Builder addAllAllowedType(List<VerificationSessionUpdateParams.Options.Document.AllowedType> elements) Add all elements to `allowedTypes` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeVerificationSessionUpdateParams.Options.Document.allowedTypes
for the field documentation. -
putExtraParam
public VerificationSessionUpdateParams.Options.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. SeeVerificationSessionUpdateParams.Options.Document.extraParams
for the field documentation. -
putAllExtraParam
public VerificationSessionUpdateParams.Options.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. SeeVerificationSessionUpdateParams.Options.Document.extraParams
for the field documentation. -
setRequireIdNumber
public VerificationSessionUpdateParams.Options.Document.Builder setRequireIdNumber(Boolean requireIdNumber) Collect an ID number and perform an ID number check with the document’s extracted name and date of birth. -
setRequireLiveCapture
public VerificationSessionUpdateParams.Options.Document.Builder setRequireLiveCapture(Boolean requireLiveCapture) Disable image uploads, identity document images have to be captured using the device’s camera. -
setRequireMatchingSelfie
public VerificationSessionUpdateParams.Options.Document.Builder setRequireMatchingSelfie(Boolean requireMatchingSelfie)
-