public static class Cardholder.Requirements extends StripeObject
front.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()
Array of fields that need to be collected in order to verify and re-enable 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)
Array of fields that need to be collected in order to verify and re-enable the cardholder.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getDisabledReason()
disabled_reason is present, all cards will decline authorizations with cardholder_verification_required reason.
One of listed, rejected.listed, or under_review.
public java.util.List<java.lang.String> getPastDue()
public void setDisabledReason(java.lang.String disabledReason)
disabled_reason is present, all cards will decline authorizations with cardholder_verification_required reason.
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.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object