Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Individual.Documents.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Individual.Documents.Builder
- Enclosing class:
- AccountUpdateParams.Identity.Individual.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
(AccountUpdateParams.Identity.Individual.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
(EmptyParam primaryVerification) An identifying document showing the person's name, either a passport or local ID card.setPrimaryVerification
(AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification primaryVerification) An identifying document showing the person's name, either a passport or local ID card.setSecondaryVerification
(EmptyParam secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.setSecondaryVerification
(AccountUpdateParams.Identity.Individual.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 AccountUpdateParams.Identity.Individual.Documents.Builder setCompanyAuthorization(AccountUpdateParams.Identity.Individual.Documents.CompanyAuthorization companyAuthorization) One or more documents that demonstrate proof that this person is authorized to represent the company. -
putExtraParam
public AccountUpdateParams.Identity.Individual.Documents.Builder putExtraParam(String key, Object value) 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. SeeAccountUpdateParams.Identity.Individual.Documents.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Identity.Individual.Documents.Builder putAllExtraParam(Map<String, Object> map) 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. SeeAccountUpdateParams.Identity.Individual.Documents.extraParams
for the field documentation. -
setPassport
public AccountUpdateParams.Identity.Individual.Documents.Builder setPassport(AccountUpdateParams.Identity.Individual.Documents.Passport passport) One or more documents showing the person’s passport page with photo and personal data. -
setPrimaryVerification
public AccountUpdateParams.Identity.Individual.Documents.Builder setPrimaryVerification(AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification primaryVerification) An identifying document showing the person's name, either a passport or local ID card. -
setPrimaryVerification
public AccountUpdateParams.Identity.Individual.Documents.Builder setPrimaryVerification(EmptyParam primaryVerification) An identifying document showing the person's name, either a passport or local ID card. -
setSecondaryVerification
public AccountUpdateParams.Identity.Individual.Documents.Builder setSecondaryVerification(AccountUpdateParams.Identity.Individual.Documents.SecondaryVerification secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
setSecondaryVerification
public AccountUpdateParams.Identity.Individual.Documents.Builder setSecondaryVerification(EmptyParam secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
setVisa
public AccountUpdateParams.Identity.Individual.Documents.Builder setVisa(AccountUpdateParams.Identity.Individual.Documents.Visa visa) One or more documents showing the person’s visa required for living in the country where they are residing.
-