Class Dispute.Treasury

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

public static class Dispute.Treasury extends StripeObject
Get expanded additionalDocumentation.
  • Constructor Details

    • Treasury

      public Treasury()
  • Method Details

    • getDebitReversal

      public String getDebitReversal()
      The Treasury DebitReversal representing this Issuing dispute
    • getReceivedDebit

      public String getReceivedDebit()
      The Treasury ReceivedDebit that is being disputed.
    • setDebitReversal

      public void setDebitReversal(String debitReversal)
      The Treasury DebitReversal representing this Issuing dispute
    • setReceivedDebit

      public void setReceivedDebit(String receivedDebit)
      The Treasury ReceivedDebit that is being disputed.
    • 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