Package com.stripe.model.issuing
Class Cardholder.Requirements
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.issuing.Cardholder.Requirements
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cardholder
public static class Cardholder.Requirements extends StripeObject
Get expandedfront.
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Requirements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetDisabledReason()Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.java.util.List<java.lang.String>getPastDue()Array of fields that need to be collected in order to verify and re-enable the cardholder.inthashCode()voidsetDisabledReason(java.lang.String disabledReason)Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.voidsetPastDue(java.util.List<java.lang.String> pastDue)Array of fields that need to be collected in order to verify and re-enable the cardholder.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getDisabledReason
public java.lang.String getDisabledReason()
Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.One of
listed,rejected.listed, orunder_review.
-
getPastDue
public java.util.List<java.lang.String> getPastDue()
Array of fields that need to be collected in order to verify and re-enable the cardholder.
-
setDisabledReason
public void setDisabledReason(java.lang.String disabledReason)
Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.One of
listed,rejected.listed, orunder_review.
-
setPastDue
public 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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-