public static class AccountCreateParams.Company.Verification.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccountCreateParams.Company.Verification |
build()
Finalize and obtain parameter instance from this builder.
|
AccountCreateParams.Company.Verification.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
AccountCreateParams.Company.Verification.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
AccountCreateParams.Company.Verification.Builder |
setDocument(AccountCreateParams.Company.Verification.Document document)
A document verifying the business.
|
public AccountCreateParams.Company.Verification build()
public AccountCreateParams.Company.Verification.Builder setDocument(AccountCreateParams.Company.Verification.Document document)
public AccountCreateParams.Company.Verification.Builder putExtraParam(java.lang.String key, java.lang.Object value)
AccountCreateParams.Company.Verification.extraParams
for the field
documentation.public AccountCreateParams.Company.Verification.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
AccountCreateParams.Company.Verification.extraParams
for the field
documentation.