public static class Account.Requirements extends StripeObject
Modifier and Type | Class and Description |
---|---|
static class |
Account.Requirements.Errors |
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.lang.Long |
getCurrentDeadline()
The date the fields in
currently_due must be collected by to keep payouts enabled for
the account. |
java.util.List<java.lang.String> |
getCurrentlyDue()
The fields that need to be collected to keep the account enabled.
|
java.lang.String |
getDisabledReason()
If the account is disabled, this string describes why the account can’t create charges or
receive payouts.
|
java.util.List<Account.Requirements.Errors> |
getErrors()
The fields that need to be collected again because validation or verification failed for some
reason.
|
java.util.List<java.lang.String> |
getEventuallyDue()
The fields that need to be collected assuming all volume thresholds are reached.
|
java.util.List<java.lang.String> |
getPastDue()
The fields that weren't collected by the
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 |
setCurrentDeadline(java.lang.Long currentDeadline)
The date the fields in
currently_due must be collected by to keep payouts enabled for
the account. |
void |
setCurrentlyDue(java.util.List<java.lang.String> currentlyDue)
The fields that need to be collected to keep the account enabled.
|
void |
setDisabledReason(java.lang.String disabledReason)
If the account is disabled, this string describes why the account can’t create charges or
receive payouts.
|
void |
setErrors(java.util.List<Account.Requirements.Errors> errors)
The fields that need to be collected again because validation or verification failed for some
reason.
|
void |
setEventuallyDue(java.util.List<java.lang.String> eventuallyDue)
The fields that need to be collected assuming all volume thresholds are reached.
|
void |
setPastDue(java.util.List<java.lang.String> pastDue)
The fields that weren't collected by the
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, toString
public java.lang.Long getCurrentDeadline()
currently_due
must be collected by to keep payouts enabled for
the account. These fields might block payouts sooner if the next threshold is reached before
these fields are collected.public java.util.List<java.lang.String> getCurrentlyDue()
current_deadline
, these fields appear in past_due
as well, and the account is
disabled.public java.lang.String getDisabledReason()
requirements.past_due
, requirements.pending_verification
, rejected.fraud
, rejected.terms_of_service
, rejected.listed
, rejected.other
, listed
,
under_review
, or other
.public java.util.List<Account.Requirements.Errors> getErrors()
public java.util.List<java.lang.String> getEventuallyDue()
currently_due
as well, and the current_deadline
is set.public java.util.List<java.lang.String> getPastDue()
current_deadline
. These fields need to be
collected to re-enable the account.public java.util.List<java.lang.String> getPendingVerification()
currently_due
or past_due
.public void setCurrentDeadline(java.lang.Long currentDeadline)
currently_due
must be collected by to keep payouts enabled for
the account. These fields might block payouts sooner if the next threshold is reached before
these fields are collected.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 setDisabledReason(java.lang.String disabledReason)
requirements.past_due
, requirements.pending_verification
, rejected.fraud
, rejected.terms_of_service
, rejected.listed
, rejected.other
, listed
,
under_review
, or other
.public void setErrors(java.util.List<Account.Requirements.Errors> errors)
public void setEventuallyDue(java.util.List<java.lang.String> eventuallyDue)
currently_due
as well, and the current_deadline
is set.public void setPastDue(java.util.List<java.lang.String> pastDue)
current_deadline
. These fields need to be
collected to re-enable the 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.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object