Class Dispute.Evidence

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

public static class Dispute.Evidence extends StripeObject
  • Constructor Details

    • Evidence

      public Evidence()
  • Method Details

    • getCancellationPolicy

      public String getCancellationPolicy()
      Get ID of expandable cancellationPolicy object.
    • setCancellationPolicy

      public void setCancellationPolicy(String id)
    • getCancellationPolicyObject

      public File getCancellationPolicyObject()
      Get expanded cancellationPolicy.
    • setCancellationPolicyObject

      public void setCancellationPolicyObject(File expandableObject)
    • getCustomerCommunication

      public String getCustomerCommunication()
      Get ID of expandable customerCommunication object.
    • setCustomerCommunication

      public void setCustomerCommunication(String id)
    • getCustomerCommunicationObject

      public File getCustomerCommunicationObject()
      Get expanded customerCommunication.
    • setCustomerCommunicationObject

      public void setCustomerCommunicationObject(File expandableObject)
    • getCustomerSignature

      public String getCustomerSignature()
      Get ID of expandable customerSignature object.
    • setCustomerSignature

      public void setCustomerSignature(String id)
    • getCustomerSignatureObject

      public File getCustomerSignatureObject()
      Get expanded customerSignature.
    • setCustomerSignatureObject

      public void setCustomerSignatureObject(File expandableObject)
    • getDuplicateChargeDocumentation

      public String getDuplicateChargeDocumentation()
      Get ID of expandable duplicateChargeDocumentation object.
    • setDuplicateChargeDocumentation

      public void setDuplicateChargeDocumentation(String id)
    • getDuplicateChargeDocumentationObject

      public File getDuplicateChargeDocumentationObject()
      Get expanded duplicateChargeDocumentation.
    • setDuplicateChargeDocumentationObject

      public void setDuplicateChargeDocumentationObject(File expandableObject)
    • getReceipt

      public String getReceipt()
      Get ID of expandable receipt object.
    • setReceipt

      public void setReceipt(String id)
    • getReceiptObject

      public File getReceiptObject()
      Get expanded receipt.
    • setReceiptObject

      public void setReceiptObject(File expandableObject)
    • getRefundPolicy

      public String getRefundPolicy()
      Get ID of expandable refundPolicy object.
    • setRefundPolicy

      public void setRefundPolicy(String id)
    • getRefundPolicyObject

      public File getRefundPolicyObject()
      Get expanded refundPolicy.
    • setRefundPolicyObject

      public void setRefundPolicyObject(File expandableObject)
    • getServiceDocumentation

      public String getServiceDocumentation()
      Get ID of expandable serviceDocumentation object.
    • setServiceDocumentation

      public void setServiceDocumentation(String id)
    • getServiceDocumentationObject

      public File getServiceDocumentationObject()
      Get expanded serviceDocumentation.
    • setServiceDocumentationObject

      public void setServiceDocumentationObject(File expandableObject)
    • getShippingDocumentation

      public String getShippingDocumentation()
      Get ID of expandable shippingDocumentation object.
    • setShippingDocumentation

      public void setShippingDocumentation(String id)
    • getShippingDocumentationObject

      public File getShippingDocumentationObject()
      Get expanded shippingDocumentation.
    • setShippingDocumentationObject

      public void setShippingDocumentationObject(File expandableObject)
    • getUncategorizedFile

      public String getUncategorizedFile()
      Get ID of expandable uncategorizedFile object.
    • setUncategorizedFile

      public void setUncategorizedFile(String id)
    • getUncategorizedFileObject

      public File getUncategorizedFileObject()
      Get expanded uncategorizedFile.
    • setUncategorizedFileObject

      public void setUncategorizedFileObject(File expandableObject)
    • getAccessActivityLog

      public String getAccessActivityLog()
      Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity.
    • getBillingAddress

      public String getBillingAddress()
      The billing address provided by the customer.
    • getCancellationPolicyDisclosure

      public String getCancellationPolicyDisclosure()
      An explanation of how and when the customer was shown your refund policy prior to purchase.
    • getCancellationRebuttal

      public String getCancellationRebuttal()
      A justification for why the customer's subscription was not canceled.
    • getCustomerEmailAddress

      public String getCustomerEmailAddress()
      The email address of the customer.
    • getCustomerName

      public String getCustomerName()
      The name of the customer.
    • getCustomerPurchaseIp

      public String getCustomerPurchaseIp()
      The IP address that the customer used when making the purchase.
    • getDuplicateChargeExplanation

      public String getDuplicateChargeExplanation()
      An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate.
    • getDuplicateChargeId

      public String getDuplicateChargeId()
      The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.
    • getProductDescription

      public String getProductDescription()
      A description of the product or service that was sold.
    • getRefundPolicyDisclosure

      public String getRefundPolicyDisclosure()
      Documentation demonstrating that the customer was shown your refund policy prior to purchase.
    • getRefundRefusalExplanation

      public String getRefundRefusalExplanation()
      A justification for why the customer is not entitled to a refund.
    • getServiceDate

      public String getServiceDate()
      The date on which the customer received or began receiving the purchased service, in a clear human-readable format.
    • getShippingAddress

      public String getShippingAddress()
      The address to which a physical product was shipped. You should try to include as complete address information as possible.
    • getShippingCarrier

      public String getShippingCarrier()
      The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas.
    • getShippingDate

      public String getShippingDate()
      The date on which a physical product began its route to the shipping address, in a clear human-readable format.
    • getShippingTrackingNumber

      public String getShippingTrackingNumber()
      The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
    • getUncategorizedText

      public String getUncategorizedText()
      Any additional evidence or statements.
    • setAccessActivityLog

      public void setAccessActivityLog(String accessActivityLog)
      Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity.
    • setBillingAddress

      public void setBillingAddress(String billingAddress)
      The billing address provided by the customer.
    • setCancellationPolicyDisclosure

      public void setCancellationPolicyDisclosure(String cancellationPolicyDisclosure)
      An explanation of how and when the customer was shown your refund policy prior to purchase.
    • setCancellationRebuttal

      public void setCancellationRebuttal(String cancellationRebuttal)
      A justification for why the customer's subscription was not canceled.
    • setCustomerEmailAddress

      public void setCustomerEmailAddress(String customerEmailAddress)
      The email address of the customer.
    • setCustomerName

      public void setCustomerName(String customerName)
      The name of the customer.
    • setCustomerPurchaseIp

      public void setCustomerPurchaseIp(String customerPurchaseIp)
      The IP address that the customer used when making the purchase.
    • setDuplicateChargeExplanation

      public void setDuplicateChargeExplanation(String duplicateChargeExplanation)
      An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate.
    • setDuplicateChargeId

      public void setDuplicateChargeId(String duplicateChargeId)
      The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.
    • setProductDescription

      public void setProductDescription(String productDescription)
      A description of the product or service that was sold.
    • setRefundPolicyDisclosure

      public void setRefundPolicyDisclosure(String refundPolicyDisclosure)
      Documentation demonstrating that the customer was shown your refund policy prior to purchase.
    • setRefundRefusalExplanation

      public void setRefundRefusalExplanation(String refundRefusalExplanation)
      A justification for why the customer is not entitled to a refund.
    • setServiceDate

      public void setServiceDate(String serviceDate)
      The date on which the customer received or began receiving the purchased service, in a clear human-readable format.
    • setShippingAddress

      public void setShippingAddress(String shippingAddress)
      The address to which a physical product was shipped. You should try to include as complete address information as possible.
    • setShippingCarrier

      public void setShippingCarrier(String shippingCarrier)
      The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas.
    • setShippingDate

      public void setShippingDate(String shippingDate)
      The date on which a physical product began its route to the shipping address, in a clear human-readable format.
    • setShippingTrackingNumber

      public void setShippingTrackingNumber(String shippingTrackingNumber)
      The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
    • setUncategorizedText

      public void setUncategorizedText(String uncategorizedText)
      Any additional evidence or statements.
    • 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