public static class Account.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.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<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`.
|
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 |
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`.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.Long getCurrentDeadline()
public java.util.List<java.lang.String> getCurrentlyDue()
public java.lang.String getDisabledReason()
public java.util.List<java.lang.String> getEventuallyDue()
public java.util.List<java.lang.String> getPastDue()
public void setCurrentDeadline(java.lang.Long currentDeadline)
public void setCurrentlyDue(java.util.List<java.lang.String> currentlyDue)
public void setDisabledReason(java.lang.String disabledReason)
public void setEventuallyDue(java.util.List<java.lang.String> eventuallyDue)
public void setPastDue(java.util.List<java.lang.String> pastDue)
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