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