Package com.stripe.model.v2.core
Class Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.BusinessDetails.Documents
public static class Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree
extends StripeObject
For more details about CompanyMinisterialDecree, 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
-
CompanyMinisterialDecree
public CompanyMinisterialDecree()
-
-
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()
-