Package com.stripe.param.identity
Class VerificationSessionCreateParams.Options.Builder
- java.lang.Object
-
- com.stripe.param.identity.VerificationSessionCreateParams.Options.Builder
-
- Enclosing class:
- VerificationSessionCreateParams.Options
public static class VerificationSessionCreateParams.Options.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationSessionCreateParams.Optionsbuild()Finalize and obtain parameter instance from this builder.VerificationSessionCreateParams.Options.BuilderputAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)Add all map key/value pairs to `extraParams` map.VerificationSessionCreateParams.Options.BuilderputExtraParam(java.lang.String key, java.lang.Object value)Add a key/value pair to `extraParams` map.VerificationSessionCreateParams.Options.BuildersetDocument(EmptyParam document)Options that apply to the document check.VerificationSessionCreateParams.Options.BuildersetDocument(VerificationSessionCreateParams.Options.Document document)Options that apply to the document check.
-
-
-
Method Detail
-
build
public VerificationSessionCreateParams.Options build()
Finalize and obtain parameter instance from this builder.
-
setDocument
public VerificationSessionCreateParams.Options.Builder setDocument(VerificationSessionCreateParams.Options.Document document)
Options that apply to the document check.
-
setDocument
public VerificationSessionCreateParams.Options.Builder setDocument(EmptyParam document)
Options that apply to the document check.
-
putExtraParam
public VerificationSessionCreateParams.Options.Builder putExtraParam(java.lang.String key, java.lang.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. SeeVerificationSessionCreateParams.Options.extraParamsfor the field documentation.
-
putAllExtraParam
public VerificationSessionCreateParams.Options.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.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. SeeVerificationSessionCreateParams.Options.extraParamsfor the field documentation.
-
-