Package com.stripe.param
Class AccountUpdateParams.Documents
- java.lang.Object
-
- com.stripe.param.AccountUpdateParams.Documents
-
- Enclosing class:
- AccountUpdateParams
public static class AccountUpdateParams.Documents extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountUpdateParams.Documents.BankAccountOwnershipVerificationstatic classAccountUpdateParams.Documents.Builderstatic classAccountUpdateParams.Documents.CompanyLicenseAdd all elements to `files` list.static classAccountUpdateParams.Documents.CompanyMemorandumOfAssociationAdd all elements to `files` list.static classAccountUpdateParams.Documents.CompanyMinisterialDecreeAdd all elements to `files` list.static classAccountUpdateParams.Documents.CompanyRegistrationVerificationAdd all elements to `files` list.static classAccountUpdateParams.Documents.CompanyTaxIdVerificationAdd all elements to `files` list.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountUpdateParams.Documents.Builderbuilder()AccountUpdateParams.Documents.BankAccountOwnershipVerificationgetBankAccountOwnershipVerification()One or more documents that support the Bank account ownership verification requirement.AccountUpdateParams.Documents.CompanyLicensegetCompanyLicense()One or more documents that demonstrate proof of a company's license to operate.AccountUpdateParams.Documents.CompanyMemorandumOfAssociationgetCompanyMemorandumOfAssociation()One or more documents showing the company's Memorandum of Association.AccountUpdateParams.Documents.CompanyMinisterialDecreegetCompanyMinisterialDecree()(Certain countries only) One or more documents showing the ministerial decree legalizing the company's establishment.AccountUpdateParams.Documents.CompanyRegistrationVerificationgetCompanyRegistrationVerification()One or more documents that demonstrate proof of a company's registration with the appropriate local authorities.AccountUpdateParams.Documents.CompanyTaxIdVerificationgetCompanyTaxIdVerification()One or more documents that demonstrate proof of a company's tax ID.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.
-
-
-
Method Detail
-
builder
public static AccountUpdateParams.Documents.Builder 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 voided check.
-
getCompanyLicense
public AccountUpdateParams.Documents.CompanyLicense 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
public AccountUpdateParams.Documents.CompanyMinisterialDecree 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
public AccountUpdateParams.Documents.CompanyTaxIdVerification getCompanyTaxIdVerification()
One or more documents that demonstrate proof of a company's tax ID.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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@SerializedNamevalue. 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.
-
-