Package com.stripe.model
Class Account.FutureRequirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.FutureRequirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanFields that are due and can be satisfied by providing the corresponding alternative fields instead.Date on whichfuture_requirementsmerges with the mainrequirementshash andfuture_requirementsbecomes empty.Fields that need to be collected to keep the account enabled.This is typed as a string for consistency withrequirements.disabled_reason.Fields that arecurrently_dueand need to be collected again because validation or verification failed.Fields that need to be collected assuming all volume thresholds are reached.Fields that weren't collected byrequirements.current_deadline.Fields that may become required depending on the results of verification or review.inthashCode()voidsetAlternatives(List<Account.FutureRequirements.Alternative> alternatives) Fields that are due and can be satisfied by providing the corresponding alternative fields instead.voidsetCurrentDeadline(Long currentDeadline) Date on whichfuture_requirementsmerges with the mainrequirementshash andfuture_requirementsbecomes empty.voidsetCurrentlyDue(List<String> currentlyDue) Fields that need to be collected to keep the account enabled.voidsetDisabledReason(String disabledReason) This is typed as a string for consistency withrequirements.disabled_reason.voidFields that arecurrently_dueand need to be collected again because validation or verification failed.voidsetEventuallyDue(List<String> eventuallyDue) Fields that need to be collected assuming all volume thresholds are reached.voidsetPastDue(List<String> pastDue) Fields that weren't collected byrequirements.current_deadline.voidsetPendingVerification(List<String> pendingVerification) Fields that may 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
-
FutureRequirements
public FutureRequirements()
-
-
Method Details
-
getAlternatives
Fields that are due and can be satisfied by providing the corresponding alternative fields instead. -
getCurrentDeadline
Date on whichfuture_requirementsmerges with the mainrequirementshash andfuture_requirementsbecomes empty. After the transition,currently_duerequirements may immediately becomepast_due, but the account may also be given a grace period depending on its enablement state prior to transitioning. -
getCurrentlyDue
Fields that need to be collected to keep the account enabled. If not collected byfuture_requirements[current_deadline], these fields will transition to the mainrequirementshash. -
getDisabledReason
This is typed as a string for consistency withrequirements.disabled_reason. -
getErrors
Fields that arecurrently_dueand need to be collected again because validation or verification failed. -
getEventuallyDue
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear incurrently_dueas well. -
getPastDue
Fields that weren't collected byrequirements.current_deadline. These fields need to be collected to enable the capability on the account. New fields will never appear here;future_requirements.past_duewill always be a subset ofrequirements.past_due. -
getPendingVerification
Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move toeventually_dueorcurrently_due. -
setAlternatives
Fields that are due and can be satisfied by providing the corresponding alternative fields instead. -
setCurrentDeadline
Date on whichfuture_requirementsmerges with the mainrequirementshash andfuture_requirementsbecomes empty. After the transition,currently_duerequirements may immediately becomepast_due, but the account may also be given a grace period depending on its enablement state prior to transitioning. -
setCurrentlyDue
Fields that need to be collected to keep the account enabled. If not collected byfuture_requirements[current_deadline], these fields will transition to the mainrequirementshash. -
setDisabledReason
This is typed as a string for consistency withrequirements.disabled_reason. -
setErrors
Fields that arecurrently_dueand need to be collected again because validation or verification failed. -
setEventuallyDue
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear incurrently_dueas well. -
setPastDue
Fields that weren't collected byrequirements.current_deadline. These fields need to be collected to enable the capability on the account. New fields will never appear here;future_requirements.past_duewill always be a subset ofrequirements.past_due. -
setPendingVerification
Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move toeventually_dueorcurrently_due. -
equals
-
canEqual
-
hashCode
public int hashCode()
-