Package com.stripe.param
Class AccountUpdateParams.Documents
java.lang.Object
com.stripe.param.AccountUpdateParams.Documents
- Enclosing class:
- AccountUpdateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Add all elements to `files` list.static class
Add all elements to `files` list.static class
Add all elements to `files` list.static class
Add all elements to `files` list.static class
Add all elements to `files` list.static class
Add all elements to `files` list. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.Map of extra parameters for custom features not available in this client library.One or more documents showing the company’s proof of registration with the national business registry.
-
Method Details
-
builder
-
getBankAccountOwnershipVerification
public AccountUpdateParams.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 AccountUpdateParams.Documents.CompanyMemorandumOfAssociation getCompanyMemorandumOfAssociation()One or more documents showing the company's Memorandum of Association. -
getCompanyMinisterialDecree
(Certain countries only) One or more documents showing the ministerial decree legalizing the company's establishment. -
getCompanyRegistrationVerification
public AccountUpdateParams.Documents.CompanyRegistrationVerification getCompanyRegistrationVerification()One or more documents that demonstrate proof of a company's registration with the appropriate local authorities. -
getCompanyTaxIdVerification
One or more documents that demonstrate proof of a company's tax ID. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getProofOfRegistration
One or more documents showing the company’s proof of registration with the national business registry.
-