Package com.stripe.model.issuing
Class CreditUnderwritingRecord.Decision
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.Decision
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditUnderwritingRecord
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Details about a decision application_rejected.Details about a decision credit_limit_approved.Details about a decision credit_limit_decreased.Details about a decision credit_line_closed.getType()
Outcome of the decision.int
hashCode()
void
setApplicationRejected
(CreditUnderwritingRecord.Decision.ApplicationRejected applicationRejected) Details about a decision application_rejected.void
setCreditLimitApproved
(CreditUnderwritingRecord.Decision.CreditLimitApproved creditLimitApproved) Details about a decision credit_limit_approved.void
setCreditLimitDecreased
(CreditUnderwritingRecord.Decision.CreditLimitDecreased creditLimitDecreased) Details about a decision credit_limit_decreased.void
setCreditLineClosed
(CreditUnderwritingRecord.Decision.CreditLineClosed creditLineClosed) Details about a decision credit_line_closed.void
Outcome of the decision.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Decision
public Decision()
-
-
Method Details
-
getApplicationRejected
Details about a decision application_rejected. -
getCreditLimitApproved
Details about a decision credit_limit_approved. -
getCreditLimitDecreased
Details about a decision credit_limit_decreased. -
getCreditLineClosed
Details about a decision credit_line_closed. -
getType
Outcome of the decision.One of
additional_information_requested
,application_rejected
,credit_limit_approved
,credit_limit_decreased
,credit_line_closed
,no_changes
, orwithdrawn_by_applicant
. -
setApplicationRejected
public void setApplicationRejected(CreditUnderwritingRecord.Decision.ApplicationRejected applicationRejected) Details about a decision application_rejected. -
setCreditLimitApproved
public void setCreditLimitApproved(CreditUnderwritingRecord.Decision.CreditLimitApproved creditLimitApproved) Details about a decision credit_limit_approved. -
setCreditLimitDecreased
public void setCreditLimitDecreased(CreditUnderwritingRecord.Decision.CreditLimitDecreased creditLimitDecreased) Details about a decision credit_limit_decreased. -
setCreditLineClosed
public void setCreditLineClosed(CreditUnderwritingRecord.Decision.CreditLineClosed creditLineClosed) Details about a decision credit_line_closed. -
setType
Outcome of the decision.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()
-