public static class AccountCreateParams.Company.Verification.Document.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccountCreateParams.Company.Verification.Document |
build()
Finalize and obtain parameter instance from this builder.
|
AccountCreateParams.Company.Verification.Document.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
AccountCreateParams.Company.Verification.Document.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
AccountCreateParams.Company.Verification.Document.Builder |
setBack(java.lang.String back)
The back of a document returned by a [file upload](#create_file) with a `purpose` value
of `additional_verification`.
|
AccountCreateParams.Company.Verification.Document.Builder |
setFront(java.lang.String front) |
public AccountCreateParams.Company.Verification.Document build()
public AccountCreateParams.Company.Verification.Document.Builder setBack(java.lang.String back)
public AccountCreateParams.Company.Verification.Document.Builder putExtraParam(java.lang.String key, java.lang.Object value)
AccountCreateParams.Company.Verification.Document.extraParams
for the
field documentation.public AccountCreateParams.Company.Verification.Document.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
AccountCreateParams.Company.Verification.Document.extraParams
for the
field documentation.public AccountCreateParams.Company.Verification.Document.Builder setFront(java.lang.String front)