Package com.stripe.model
Class BankAccount.FutureRequirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BankAccount.FutureRequirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- BankAccount
For more details about FutureRequirements, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Errors, 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 booleanbooleanFields that need to be resolved to keep the external account enabled.Fields that arecurrently_dueand need to be collected again because validation or verification failed.Fields that haven't been resolved bycurrent_deadline.Fields that are being reviewed, or might become required depending on the results of a review.inthashCode()voidsetCurrentlyDue(List<String> currentlyDue) Fields that need to be resolved to keep the external account enabled.voidFields that arecurrently_dueand need to be collected again because validation or verification failed.voidsetPastDue(List<String> pastDue) Fields that haven't been resolved bycurrent_deadline.voidsetPendingVerification(List<String> pendingVerification) Fields that are being reviewed, or might become required depending on the results of a review.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FutureRequirements
public FutureRequirements()
-
-
Method Details
-
getCurrentlyDue
Fields that need to be resolved to keep the external account enabled. If not resolved bycurrent_deadline, these fields will appear inpast_dueas well, and the account is disabled. -
getErrors
Fields that arecurrently_dueand need to be collected again because validation or verification failed. -
getPastDue
Fields that haven't been resolved bycurrent_deadline. These fields need to be resolved to enable the external account. -
getPendingVerification
Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move toeventually_due,currently_due,past_dueoralternatives. Fields might appear ineventually_due,currently_due,past_dueoralternativesand inpending_verificationif one verification fails but another is still pending. -
setCurrentlyDue
Fields that need to be resolved to keep the external account enabled. If not resolved bycurrent_deadline, these fields will appear inpast_dueas well, and the account is disabled. -
setErrors
Fields that arecurrently_dueand need to be collected again because validation or verification failed. -
setPastDue
Fields that haven't been resolved bycurrent_deadline. These fields need to be resolved to enable the external account. -
setPendingVerification
Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move toeventually_due,currently_due,past_dueoralternatives. Fields might appear ineventually_due,currently_due,past_dueoralternativesand inpending_verificationif one verification fails but another is still pending. -
equals
-
canEqual
-
hashCode
public int hashCode()
-