public static class Cardholder.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.String |
getDisabledReason()
If `disabled_reason` is present, all cards will decline authorizations with
`cardholder_verification_required` reason.
|
java.util.List<java.lang.String> |
getPastDue()
If not empty, this field contains the list of fields that need to be collected in order to
verify and re-enabled the cardholder.
|
int |
hashCode() |
void |
setDisabledReason(java.lang.String disabledReason)
If `disabled_reason` is present, all cards will decline authorizations with
`cardholder_verification_required` reason.
|
void |
setPastDue(java.util.List<java.lang.String> pastDue)
If not empty, this field contains the list of fields that need to be collected in order to
verify and re-enabled the cardholder.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getDisabledReason()
One of `listed`, `rejected.listed`, or `under_review`.
public java.util.List<java.lang.String> getPastDue()
public void setDisabledReason(java.lang.String disabledReason)
One of `listed`, `rejected.listed`, or `under_review`.
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