Class SettlementAllocationIntent.StatusDetails.Errored

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.SettlementAllocationIntent.StatusDetails.Errored
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SettlementAllocationIntent.StatusDetails

public static class SettlementAllocationIntent.StatusDetails.Errored extends StripeObject
Hash that provides additional information regarding the reason behind a errored SettlementAllocationIntent status. It is only present when the SettlementAllocationIntent status is errored.
  • Constructor Details

    • Errored

      public Errored()
  • Method Details

    • getDocUrl

      public String getDocUrl()
    • getMessage

      public String getMessage()
    • getReasonCode

      public String getReasonCode()
    • setDocUrl

      public void setDocUrl(String docUrl)
    • setMessage

      public void setMessage(String message)
    • setReasonCode

      public void setReasonCode(String reasonCode)
    • 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