Class DisputeUpdateParams.Evidence

java.lang.Object
com.stripe.param.DisputeUpdateParams.Evidence
Enclosing class:
DisputeUpdateParams

public static class DisputeUpdateParams.Evidence extends Object
  • Method Details

    • builder

      public static DisputeUpdateParams.Evidence.Builder builder()
    • getAccessActivityLog

      public Object 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. Has a maximum character count of 20,000.
    • getBillingAddress

      public Object getBillingAddress()
      The billing address provided by the customer.
    • getCancellationPolicy

      public Object getCancellationPolicy()
      (ID of a file upload) Your subscription cancellation policy, as shown to the customer.
    • getCancellationPolicyDisclosure

      public Object getCancellationPolicyDisclosure()
      An explanation of how and when the customer was shown your refund policy prior to purchase. Has a maximum character count of 20,000.
    • getCancellationRebuttal

      public Object getCancellationRebuttal()
      A justification for why the customer's subscription was not canceled. Has a maximum character count of 20,000.
    • getCustomerCommunication

      public Object getCustomerCommunication()
      (ID of a file upload) Any communication with the customer that you feel is relevant to your case. Examples include emails proving that the customer received the product or service, or demonstrating their use of or satisfaction with the product or service.
    • getCustomerEmailAddress

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

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

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

      public Object getCustomerSignature()
      (ID of a file upload) A relevant document or contract showing the customer's signature.
    • getDuplicateChargeDocumentation

      public Object getDuplicateChargeDocumentation()
      (ID of a file upload) Documentation for the prior charge that can uniquely identify the charge, such as a receipt, shipping label, work order, etc. This document should be paired with a similar document from the disputed payment that proves the two payments are separate.
    • getDuplicateChargeExplanation

      public Object getDuplicateChargeExplanation()
      An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate. Has a maximum character count of 20,000.
    • getDuplicateChargeId

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

      public Object getEnhancedEvidence()
      Additional evidence for qualifying evidence programs.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getProductDescription

      public Object getProductDescription()
      A description of the product or service that was sold. Has a maximum character count of 20,000.
    • getReceipt

      public Object getReceipt()
      (ID of a file upload) Any receipt or message sent to the customer notifying them of the charge.
    • getRefundPolicy

      public Object getRefundPolicy()
      (ID of a file upload) Your refund policy, as shown to the customer.
    • getRefundPolicyDisclosure

      public Object getRefundPolicyDisclosure()
      Documentation demonstrating that the customer was shown your refund policy prior to purchase. Has a maximum character count of 20,000.
    • getRefundRefusalExplanation

      public Object getRefundRefusalExplanation()
      A justification for why the customer is not entitled to a refund. Has a maximum character count of 20,000.
    • getServiceDate

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

      public Object getServiceDocumentation()
      (ID of a file upload) Documentation showing proof that a service was provided to the customer. This could include a copy of a signed contract, work order, or other form of written agreement.
    • getShippingAddress

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

      public Object 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 Object getShippingDate()
      The date on which a physical product began its route to the shipping address, in a clear human-readable format.
    • getShippingDocumentation

      public Object getShippingDocumentation()
      (ID of a file upload) Documentation showing proof that a product was shipped to the customer at the same address the customer provided to you. This could include a copy of the shipment receipt, shipping label, etc. It should show the customer's full shipping address, if possible.
    • getShippingTrackingNumber

      public Object 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.
    • getUncategorizedFile

      public Object getUncategorizedFile()
      (ID of a file upload) Any additional evidence or statements.
    • getUncategorizedText

      public Object getUncategorizedText()
      Any additional evidence or statements. Has a maximum character count of 20,000.
    • 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