Package com.stripe.model.v2.core
Class Person.Documents.CompanyAuthorization
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Person.Documents.CompanyAuthorization
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person.Documents
For more details about CompanyAuthorization, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getFiles()
One or more document IDs returned by a file upload with a purpose value ofaccount_requirement
.getType()
The format of the document.int
hashCode()
void
One or more document IDs returned by a file upload with a purpose value ofaccount_requirement
.void
The format of the document.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CompanyAuthorization
public CompanyAuthorization()
-
-
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 supportsfiles
only.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 supportsfiles
only.Equal to
files
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-