Class CreditUnderwritingRecord.UnderwritingException

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.UnderwritingException
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CreditUnderwritingRecord

public static class CreditUnderwritingRecord.UnderwritingException extends StripeObject
List of reasons why the existing account was closed, up to 4 reasons, in order of importance.
  • Constructor Details

    • UnderwritingException

      public UnderwritingException()
  • Method Details

    • getExplanation

      public String getExplanation()
      Written explanation for the exception.
    • getOriginalDecisionType

      public String 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, or withdrawn_by_applicant.

    • setExplanation

      public void setExplanation(String explanation)
      Written explanation for the exception.
    • setOriginalDecisionType

      public void setOriginalDecisionType(String originalDecisionType)
      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, or withdrawn_by_applicant.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object