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
Get expanded
front.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIfdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.Array of fields that need to be collected in order to verify and re-enable the cardholder.inthashCode()voidsetDisabledReason(String disabledReason) Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.voidsetPastDue(List<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
-
Constructor Details
-
Requirements
public Requirements()
-
-
Method Details
-
getDisabledReason
Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.One of
listed,rejected.listed, orunder_review. -
getPastDue
Array of fields that need to be collected in order to verify and re-enable the cardholder. -
setDisabledReason
Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason.One of
listed,rejected.listed, orunder_review. -
setPastDue
Array of fields that need to be collected in order to verify and re-enable the cardholder. -
equals
-
canEqual
-
hashCode
public int hashCode()
-