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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Ifdisabled_reason
is present, all cards will decline authorizations withcardholder_verification_required
reason.Array of fields that need to be collected in order to verify and re-enable the cardholder.int
hashCode()
void
setDisabledReason
(String disabledReason) Ifdisabled_reason
is present, all cards will decline authorizations withcardholder_verification_required
reason.void
setPastDue
(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
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Requirements
public Requirements()
-
-
Method Details
-
getDisabledReason
Ifdisabled_reason
is present, all cards will decline authorizations withcardholder_verification_required
reason.One of
listed
,rejected.listed
,requirements.past_due
, orunder_review
. -
getPastDue
Array of fields that need to be collected in order to verify and re-enable the cardholder. -
setDisabledReason
Ifdisabled_reason
is present, all cards will decline authorizations withcardholder_verification_required
reason.One of
listed
,rejected.listed
,requirements.past_due
, 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()
-