Class Dispute.Evidence.Duplicate

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

public static class Dispute.Evidence.Duplicate extends StripeObject
  • Constructor Details

    • Duplicate

      public Duplicate()
  • Method Details

    • getAdditionalDocumentation

      public String getAdditionalDocumentation()
      Get ID of expandable additionalDocumentation object.
    • setAdditionalDocumentation

      public void setAdditionalDocumentation(String id)
    • getAdditionalDocumentationObject

      public File getAdditionalDocumentationObject()
      Get expanded additionalDocumentation.
    • setAdditionalDocumentationObject

      public void setAdditionalDocumentationObject(File expandableObject)
    • getCardStatement

      public String getCardStatement()
      Get ID of expandable cardStatement object.
    • setCardStatement

      public void setCardStatement(String id)
    • getCardStatementObject

      public File getCardStatementObject()
      Get expanded cardStatement.
    • setCardStatementObject

      public void setCardStatementObject(File expandableObject)
    • getCashReceipt

      public String getCashReceipt()
      Get ID of expandable cashReceipt object.
    • setCashReceipt

      public void setCashReceipt(String id)
    • getCashReceiptObject

      public File getCashReceiptObject()
      Get expanded cashReceipt.
    • setCashReceiptObject

      public void setCashReceiptObject(File expandableObject)
    • getCheckImage

      public String getCheckImage()
      Get ID of expandable checkImage object.
    • setCheckImage

      public void setCheckImage(String id)
    • getCheckImageObject

      public File getCheckImageObject()
      Get expanded checkImage.
    • setCheckImageObject

      public void setCheckImageObject(File expandableObject)
    • getExplanation

      public String getExplanation()
      Explanation of why the cardholder is disputing this transaction.
    • getOriginalTransaction

      public String getOriginalTransaction()
      Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    • setExplanation

      public void setExplanation(String explanation)
      Explanation of why the cardholder is disputing this transaction.
    • setOriginalTransaction

      public void setOriginalTransaction(String originalTransaction)
      Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
    • 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