Class ReceivedCredit.CardSpend.Dispute

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.CardSpend.Dispute
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedCredit.CardSpend

public static class ReceivedCredit.CardSpend.Dispute extends StripeObject
Hash containing information about the Dispute that triggered this credit.
  • Constructor Details

    • Dispute

      public Dispute()
  • Method Details

    • getIssuingDisputeV1

      public String getIssuingDisputeV1()
      The reference to the v1 issuing dispute ID.
    • setIssuingDisputeV1

      public void setIssuingDisputeV1(String issuingDisputeV1)
      The reference to the v1 issuing dispute ID.
    • 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