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
For more details about Requirements, 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.Details about validation and verification failures forduerequirements that must be resolved.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.voidsetErrors(List<BankAccount.Requirements.Errors> errors) Details about validation and verification failures forduerequirements that must be resolved.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, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Requirements
public Requirements()
-
-
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
Details about validation and verification failures forduerequirements that must be resolved. -
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
Details about validation and verification failures forduerequirements that must be resolved. -
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()
-