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