Package com.stripe.model.v2.core
Class Account.Identity.BusinessDetails.Documents
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.BusinessDetails.Documents
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.BusinessDetails
Documents that may be submitted to satisfy various informational requests.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
One or more documents that support the Bank account ownership verification requirement.static class
One or more documents that demonstrate proof of a company’s license to operate.static class
One or more documents showing the company’s Memorandum of Association.static class
Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.static class
One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.static class
One or more documents that demonstrate proof of a company’s tax ID.static class
A document verifying the business.static class
One or more documents that demonstrate proof of address.static class
One or more documents showing the company’s proof of registration with the national business registry.static class
One or more documents that demonstrate proof of ultimate beneficial ownership. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
One or more documents that support the Bank account ownership verification requirement.One or more documents that demonstrate proof of a company’s license to operate.One or more documents showing the company’s Memorandum of Association.Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.One or more documents that demonstrate proof of a company’s tax ID.A document verifying the business.One or more documents that demonstrate proof of address.One or more documents showing the company’s proof of registration with the national business registry.One or more documents that demonstrate proof of ultimate beneficial ownership.int
hashCode()
void
setBankAccountOwnershipVerification
(Account.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification bankAccountOwnershipVerification) One or more documents that support the Bank account ownership verification requirement.void
One or more documents that demonstrate proof of a company’s license to operate.void
setCompanyMemorandumOfAssociation
(Account.Identity.BusinessDetails.Documents.CompanyMemorandumOfAssociation companyMemorandumOfAssociation) One or more documents showing the company’s Memorandum of Association.void
setCompanyMinisterialDecree
(Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree companyMinisterialDecree) Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.void
setCompanyRegistrationVerification
(Account.Identity.BusinessDetails.Documents.CompanyRegistrationVerification companyRegistrationVerification) One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.void
setCompanyTaxIdVerification
(Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification companyTaxIdVerification) One or more documents that demonstrate proof of a company’s tax ID.void
setPrimaryVerification
(Account.Identity.BusinessDetails.Documents.PrimaryVerification primaryVerification) A document verifying the business.void
One or more documents that demonstrate proof of address.void
setProofOfRegistration
(Account.Identity.BusinessDetails.Documents.ProofOfRegistration proofOfRegistration) One or more documents showing the company’s proof of registration with the national business registry.void
setProofOfUltimateBeneficialOwnership
(Account.Identity.BusinessDetails.Documents.ProofOfUltimateBeneficialOwnership proofOfUltimateBeneficialOwnership) One or more documents that demonstrate proof of ultimate beneficial ownership.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Documents
public Documents()
-
-
Method Details
-
getBankAccountOwnershipVerification
public Account.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification getBankAccountOwnershipVerification()One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check. -
getCompanyLicense
One or more documents that demonstrate proof of a company’s license to operate. -
getCompanyMemorandumOfAssociation
public Account.Identity.BusinessDetails.Documents.CompanyMemorandumOfAssociation getCompanyMemorandumOfAssociation()One or more documents showing the company’s Memorandum of Association. -
getCompanyMinisterialDecree
public Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree getCompanyMinisterialDecree()Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment. -
getCompanyRegistrationVerification
public Account.Identity.BusinessDetails.Documents.CompanyRegistrationVerification getCompanyRegistrationVerification()One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities. -
getCompanyTaxIdVerification
public Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification getCompanyTaxIdVerification()One or more documents that demonstrate proof of a company’s tax ID. -
getPrimaryVerification
A document verifying the business. -
getProofOfAddress
One or more documents that demonstrate proof of address. -
getProofOfRegistration
One or more documents showing the company’s proof of registration with the national business registry. -
getProofOfUltimateBeneficialOwnership
public Account.Identity.BusinessDetails.Documents.ProofOfUltimateBeneficialOwnership getProofOfUltimateBeneficialOwnership()One or more documents that demonstrate proof of ultimate beneficial ownership. -
setBankAccountOwnershipVerification
public void setBankAccountOwnershipVerification(Account.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification bankAccountOwnershipVerification) One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check. -
setCompanyLicense
public void setCompanyLicense(Account.Identity.BusinessDetails.Documents.CompanyLicense companyLicense) One or more documents that demonstrate proof of a company’s license to operate. -
setCompanyMemorandumOfAssociation
public void setCompanyMemorandumOfAssociation(Account.Identity.BusinessDetails.Documents.CompanyMemorandumOfAssociation companyMemorandumOfAssociation) One or more documents showing the company’s Memorandum of Association. -
setCompanyMinisterialDecree
public void setCompanyMinisterialDecree(Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree companyMinisterialDecree) Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment. -
setCompanyRegistrationVerification
public void setCompanyRegistrationVerification(Account.Identity.BusinessDetails.Documents.CompanyRegistrationVerification companyRegistrationVerification) One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities. -
setCompanyTaxIdVerification
public void setCompanyTaxIdVerification(Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification companyTaxIdVerification) One or more documents that demonstrate proof of a company’s tax ID. -
setPrimaryVerification
public void setPrimaryVerification(Account.Identity.BusinessDetails.Documents.PrimaryVerification primaryVerification) A document verifying the business. -
setProofOfAddress
public void setProofOfAddress(Account.Identity.BusinessDetails.Documents.ProofOfAddress proofOfAddress) One or more documents that demonstrate proof of address. -
setProofOfRegistration
public void setProofOfRegistration(Account.Identity.BusinessDetails.Documents.ProofOfRegistration proofOfRegistration) One or more documents showing the company’s proof of registration with the national business registry. -
setProofOfUltimateBeneficialOwnership
public void setProofOfUltimateBeneficialOwnership(Account.Identity.BusinessDetails.Documents.ProofOfUltimateBeneficialOwnership proofOfUltimateBeneficialOwnership) One or more documents that demonstrate proof of ultimate beneficial ownership. -
equals
-
canEqual
-
hashCode
public int hashCode()
-