Package com.stripe.param
Class AccountPersonCreateParams.Documents.Builder
java.lang.Object
com.stripe.param.AccountPersonCreateParams.Documents.Builder
- Enclosing class:
- AccountPersonCreateParams.Documents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setCompanyAuthorization
(AccountPersonCreateParams.Documents.CompanyAuthorization companyAuthorization) One or more documents that demonstrate proof that this person is authorized to represent the company.One or more documents showing the person's passport page with photo and personal data.One or more documents showing the person's visa required for living in the country where they are residing.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCompanyAuthorization
public AccountPersonCreateParams.Documents.Builder setCompanyAuthorization(AccountPersonCreateParams.Documents.CompanyAuthorization companyAuthorization) One or more documents that demonstrate proof that this person is authorized to represent the company. -
putExtraParam
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. SeeAccountPersonCreateParams.Documents.extraParams
for the field documentation. -
putAllExtraParam
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. SeeAccountPersonCreateParams.Documents.extraParams
for the field documentation. -
setPassport
public AccountPersonCreateParams.Documents.Builder setPassport(AccountPersonCreateParams.Documents.Passport passport) One or more documents showing the person's passport page with photo and personal data. -
setVisa
public AccountPersonCreateParams.Documents.Builder setVisa(AccountPersonCreateParams.Documents.Visa visa) One or more documents showing the person's visa required for living in the country where they are residing.
-