Class Dispute.Evidence.Canceled

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

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

    • Canceled

      public Canceled()
  • 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)
    • getCanceledAt

      public Long getCanceledAt()
      Date when order was canceled.
    • getCancellationPolicyProvided

      public Boolean getCancellationPolicyProvided()
      Whether the cardholder was provided with a cancellation policy.
    • getCancellationReason

      public String getCancellationReason()
      Reason for canceling the order.
    • 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.

    • getReturnStatus

      public String getReturnStatus()
      Result of cardholder's attempt to return the product.

      One of merchant_rejected, or successful.

    • getReturnedAt

      public Long getReturnedAt()
      Date when the product was returned or attempted to be returned.
    • setCanceledAt

      public void setCanceledAt(Long canceledAt)
      Date when order was canceled.
    • setCancellationPolicyProvided

      public void setCancellationPolicyProvided(Boolean cancellationPolicyProvided)
      Whether the cardholder was provided with a cancellation policy.
    • setCancellationReason

      public void setCancellationReason(String cancellationReason)
      Reason for canceling the order.
    • 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.

    • setReturnStatus

      public void setReturnStatus(String returnStatus)
      Result of cardholder's attempt to return the product.

      One of merchant_rejected, or successful.

    • setReturnedAt

      public void setReturnedAt(Long returnedAt)
      Date when the product was returned or attempted to be returned.
    • 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