Class CreditUnderwritingRecord.Decision.ApplicationRejected

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

public static class CreditUnderwritingRecord.Decision.ApplicationRejected extends StripeObject
For more details about ApplicationRejected, please refer to the API Reference.
  • Constructor Details

    • ApplicationRejected

      public ApplicationRejected()
  • Method Details

    • getReasonOtherExplanation

      public String getReasonOtherExplanation()
      Details about the reasons.other when present.
    • getReasons

      public List<String> getReasons()
      List of reasons why the application was rejected up to 4 reasons, in order of importance.
    • setReasonOtherExplanation

      public void setReasonOtherExplanation(String reasonOtherExplanation)
      Details about the reasons.other when present.
    • setReasons

      public void setReasons(List<String> reasons)
      List of reasons why the application was rejected up to 4 reasons, in order of importance.
    • 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