Class PersonCreateParams.Documents.Builder
java.lang.Object
com.stripe.param.v2.core.accounts.PersonCreateParams.Documents.Builder
- Enclosing class:
- PersonCreateParams.Documents
-
Constructor Summary
Constructors -
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
(PersonCreateParams.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.setPrimaryVerification
(PersonCreateParams.Documents.PrimaryVerification primaryVerification) An identifying document showing the person's name, either a passport or local ID card.setSecondaryVerification
(PersonCreateParams.Documents.SecondaryVerification secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.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 PersonCreateParams.Documents.Builder setCompanyAuthorization(PersonCreateParams.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. SeePersonCreateParams.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. SeePersonCreateParams.Documents.extraParams
for the field documentation. -
setPassport
public PersonCreateParams.Documents.Builder setPassport(PersonCreateParams.Documents.Passport passport) One or more documents showing the person’s passport page with photo and personal data. -
setPrimaryVerification
public PersonCreateParams.Documents.Builder setPrimaryVerification(PersonCreateParams.Documents.PrimaryVerification primaryVerification) An identifying document showing the person's name, either a passport or local ID card. -
setSecondaryVerification
public PersonCreateParams.Documents.Builder setSecondaryVerification(PersonCreateParams.Documents.SecondaryVerification secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
setVisa
One or more documents showing the person’s visa required for living in the country where they are residing.
-