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
For more details about Decision, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ApplicationRejected, please refer to the API Reference.static class
For more details about CreditLimitApproved, please refer to the API Reference.static class
For more details about CreditLimitDecreased, please refer to the API Reference.static class
For more details about CreditLineClosed, please refer to the API Reference. -
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()
-