Package com.stripe.model.v2.core
Class Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.BusinessDetails.Documents
public static class Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification
extends StripeObject
One or more documents that demonstrate proof of a company’s tax ID.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetFiles()One or more document IDs returned by a file upload with a purpose value ofaccount_requirement.getType()The format of the document.inthashCode()voidOne or more document IDs returned by a file upload with a purpose value ofaccount_requirement.voidThe format of the document.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CompanyTaxIdVerification
public CompanyTaxIdVerification()
-
-
Method Details
-
getFiles
One or more document IDs returned by a file upload with a purpose value ofaccount_requirement. -
getType
The format of the document. Currently supportsfilesonly.Equal to
files. -
setFiles
One or more document IDs returned by a file upload with a purpose value ofaccount_requirement. -
setType
The format of the document. Currently supportsfilesonly.Equal to
files. -
equals
-
canEqual
-
hashCode
public int hashCode()
-