public static class Person.Requirements extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Requirements() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCurrentlyDue()
Fields that need to be collected to keep the person's account enabled.
|
java.util.List<Account.Requirements.Errors> |
getErrors()
The fields that are
currently_due and need to be collected again because validation
or verification failed for some reason. |
java.util.List<java.lang.String> |
getEventuallyDue()
Fields that need to be collected assuming all volume thresholds are reached.
|
java.util.List<java.lang.String> |
getPastDue()
Fields that weren't collected by the account's
current_deadline. |
java.util.List<java.lang.String> |
getPendingVerification()
Fields that may become required depending on the results of verification or review.
|
int |
hashCode() |
void |
setCurrentlyDue(java.util.List<java.lang.String> currentlyDue)
Fields that need to be collected to keep the person's account enabled.
|
void |
setErrors(java.util.List<Account.Requirements.Errors> errors)
The fields that are
currently_due and need to be collected again because validation
or verification failed for some reason. |
void |
setEventuallyDue(java.util.List<java.lang.String> eventuallyDue)
Fields that need to be collected assuming all volume thresholds are reached.
|
void |
setPastDue(java.util.List<java.lang.String> pastDue)
Fields that weren't collected by the account's
current_deadline. |
void |
setPendingVerification(java.util.List<java.lang.String> pendingVerification)
Fields that may become required depending on the results of verification or review.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.util.List<java.lang.String> getCurrentlyDue()
current_deadline, these fields appear in past_due as well, and
the account is disabled.public java.util.List<Account.Requirements.Errors> getErrors()
currently_due and need to be collected again because validation
or verification failed for some reason.public java.util.List<java.lang.String> getEventuallyDue()
currently_due and the account's current_deadline is
set.public java.util.List<java.lang.String> getPastDue()
current_deadline. These fields need to
be collected to enable payouts for the person's account.public java.util.List<java.lang.String> getPendingVerification()
currently_due or past_due.public void setCurrentlyDue(java.util.List<java.lang.String> currentlyDue)
current_deadline, these fields appear in past_due as well, and
the account is disabled.public void setErrors(java.util.List<Account.Requirements.Errors> errors)
currently_due and need to be collected again because validation
or verification failed for some reason.public void setEventuallyDue(java.util.List<java.lang.String> eventuallyDue)
currently_due and the account's current_deadline is
set.public void setPastDue(java.util.List<java.lang.String> pastDue)
current_deadline. These fields need to
be collected to enable payouts for the person's account.public void setPendingVerification(java.util.List<java.lang.String> pendingVerification)
currently_due or past_due.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object