Class Dispute.Evidence.NotReceived

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

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

    • NotReceived

      public NotReceived()
  • 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)
    • getExpectedAt

      public Long getExpectedAt()
      Date when the cardholder expected to receive the product.
    • getExplanation

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

      public String getProductDescription()
      Description of the merchandise or service that was purchased.
    • getProductType

      public String getProductType()
      Whether the product was a merchandise or service.

      One of merchandise, or service.

    • setExpectedAt

      public void setExpectedAt(Long expectedAt)
      Date when the cardholder expected to receive the product.
    • setExplanation

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

      public void setProductDescription(String productDescription)
      Description of the merchandise or service that was purchased.
    • setProductType

      public void setProductType(String productType)
      Whether the product was a merchandise or service.

      One of merchandise, or service.

    • 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