Package com.stripe.model.issuing
Class CreditUnderwritingRecord.UnderwritingException
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.UnderwritingException
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditUnderwritingRecord
List of reasons why the existing account was closed, up to 4 reasons, in order of
importance.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Written explanation for the exception.The decision before the exception was applied.int
hashCode()
void
setExplanation
(String explanation) Written explanation for the exception.void
setOriginalDecisionType
(String originalDecisionType) The decision before the exception was applied.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UnderwritingException
public UnderwritingException()
-
-
Method Details
-
getExplanation
Written explanation for the exception. -
getOriginalDecisionType
The decision before the exception was applied.One of
additional_information_requested
,application_rejected
,credit_limit_approved
,credit_limit_decreased
,credit_line_closed
,no_changes
, orwithdrawn_by_applicant
. -
setExplanation
Written explanation for the exception. -
setOriginalDecisionType
The decision before the exception was applied.One of
additional_information_requested
,application_rejected
,credit_limit_approved
,credit_limit_decreased
,credit_line_closed
,no_changes
, orwithdrawn_by_applicant
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-