Package com.stripe.model
Class BankAccount.Requirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BankAccount.Requirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- BankAccount
The specific user onboarding requirement field (in the requirements hash) that needs to be
resolved.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Fields that need to be collected to keep the external account enabled.Fields that arecurrently_due
and need to be collected again because validation or verification failed.Fields that weren't collected bycurrent_deadline
.Fields that might become required depending on the results of verification or review.int
hashCode()
void
setCurrentlyDue
(List<String> currentlyDue) Fields that need to be collected to keep the external account enabled.void
setErrors
(List<BankAccount.Requirements.Errors> errors) Fields that arecurrently_due
and need to be collected again because validation or verification failed.void
setPastDue
(List<String> pastDue) Fields that weren't collected bycurrent_deadline
.void
setPendingVerification
(List<String> pendingVerification) Fields that might become required depending on the results of verification or review.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Requirements
public Requirements()
-
-
Method Details
-
getCurrentlyDue
Fields that need to be collected to keep the external account enabled. If not collected bycurrent_deadline
, these fields appear inpast_due
as well, and the account is disabled. -
getErrors
Fields that arecurrently_due
and need to be collected again because validation or verification failed. -
getPastDue
Fields that weren't collected bycurrent_deadline
. These fields need to be collected to enable the external account. -
getPendingVerification
Fields that might become required depending on the results of verification or review. It's an empty array unless an asynchronous verification is pending. If verification fails, these fields move toeventually_due
,currently_due
, orpast_due
. Fields might appear ineventually_due
,currently_due
, orpast_due
and inpending_verification
if verification fails but another verification is still pending. -
setCurrentlyDue
Fields that need to be collected to keep the external account enabled. If not collected bycurrent_deadline
, these fields appear inpast_due
as well, and the account is disabled. -
setErrors
Fields that arecurrently_due
and need to be collected again because validation or verification failed. -
setPastDue
Fields that weren't collected bycurrent_deadline
. These fields need to be collected to enable the external account. -
setPendingVerification
Fields that might become required depending on the results of verification or review. It's an empty array unless an asynchronous verification is pending. If verification fails, these fields move toeventually_due
,currently_due
, orpast_due
. Fields might appear ineventually_due
,currently_due
, orpast_due
and inpending_verification
if verification fails but another verification is still pending. -
equals
-
canEqual
-
hashCode
public int hashCode()
-