public static class PersonUpdateParams.Verification.Document.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PersonUpdateParams.Verification.Document |
build()
Finalize and obtain parameter instance from this builder.
|
PersonUpdateParams.Verification.Document.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
PersonUpdateParams.Verification.Document.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
PersonUpdateParams.Verification.Document.Builder |
setBack(EmptyParam back)
|
PersonUpdateParams.Verification.Document.Builder |
setBack(java.lang.String back)
|
PersonUpdateParams.Verification.Document.Builder |
setFront(EmptyParam front)
|
PersonUpdateParams.Verification.Document.Builder |
setFront(java.lang.String front)
|
public PersonUpdateParams.Verification.Document build()
public PersonUpdateParams.Verification.Document.Builder setBack(java.lang.String back)
purpose
value of identity_document
. The uploaded file
needs to be a color image (smaller than 8,000px by 8,000px), in JPG or PNG format, and
less than 10 MB in size.public PersonUpdateParams.Verification.Document.Builder setBack(EmptyParam back)
purpose
value of identity_document
. The uploaded file
needs to be a color image (smaller than 8,000px by 8,000px), in JPG or PNG format, and
less than 10 MB in size.public PersonUpdateParams.Verification.Document.Builder putExtraParam(java.lang.String key, java.lang.Object value)
PersonUpdateParams.Verification.Document.extraParams
for the field
documentation.public PersonUpdateParams.Verification.Document.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
PersonUpdateParams.Verification.Document.extraParams
for the field
documentation.public PersonUpdateParams.Verification.Document.Builder setFront(java.lang.String front)
purpose
value of identity_document
. The uploaded file
needs to be a color image (smaller than 8,000px by 8,000px), in JPG or PNG format, and
less than 10 MB in size.public PersonUpdateParams.Verification.Document.Builder setFront(EmptyParam front)
purpose
value of identity_document
. The uploaded file
needs to be a color image (smaller than 8,000px by 8,000px), in JPG or PNG format, and
less than 10 MB in size.