Class CreditUnderwritingRecord.Decision.CreditLimitDecreased

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

public static class CreditUnderwritingRecord.Decision.CreditLimitDecreased extends StripeObject
  • Constructor Details

    • CreditLimitDecreased

      public CreditLimitDecreased()
  • Method Details

    • getAmount

      public Long getAmount()
      Credit amount approved after decrease. An approved credit limit is required before you can set a amount in the CreditPolicy API.
    • getCurrency

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • getReasonOtherExplanation

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

      public List<String> getReasons()
      List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance.
    • setAmount

      public void setAmount(Long amount)
      Credit amount approved after decrease. An approved credit limit is required before you can set a amount in the CreditPolicy API.
    • setCurrency

      public void setCurrency(String currency)
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • 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 existing credit was decreased, 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