Package com.stripe.param
Class DisputeUpdateParams.Evidence
java.lang.Object
com.stripe.param.DisputeUpdateParams.Evidence
- Enclosing class:
- DisputeUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product.The billing address provided by the customer.(ID of a file upload) Your subscription cancellation policy, as shown to the customer.An explanation of how and when the customer was shown your refund policy prior to purchase.A justification for why the customer's subscription was not canceled.(ID of a file upload) Any communication with the customer that you feel is relevant to your case.The email address of the customer.The name of the customer.The IP address that the customer used when making the purchase.(ID of a file upload) A relevant document or contract showing the customer's signature.(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.An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate.The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.Additional evidence for qualifying evidence programs.Map of extra parameters for custom features not available in this client library.A description of the product or service that was sold.(ID of a file upload) Any receipt or message sent to the customer notifying them of the charge.(ID of a file upload) Your refund policy, as shown to the customer.Documentation demonstrating that the customer was shown your refund policy prior to purchase.A justification for why the customer is not entitled to a refund.The date on which the customer received or began receiving the purchased service, in a clear human-readable format.(ID of a file upload) Documentation showing proof that a service was provided to the customer.The address to which a physical product was shipped.The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.The date on which a physical product began its route to the shipping address, in a clear human-readable format.(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.The tracking number for a physical product, obtained from the delivery service.(ID of a file upload) Any additional evidence or statements.Any additional evidence or statements.int
hashCode()
-
Method Details
-
builder
-
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
The billing address provided by the customer. -
getCancellationPolicy
(ID of a file upload) Your subscription cancellation policy, as shown to the customer. -
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
A justification for why the customer's subscription was not canceled. Has a maximum character count of 20,000. -
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
The email address of the customer. -
getCustomerName
The name of the customer. -
getCustomerPurchaseIp
The IP address that the customer used when making the purchase. -
getCustomerSignature
(ID of a file upload) A relevant document or contract showing the customer's signature. -
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
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
The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge. -
getEnhancedEvidence
Additional evidence for qualifying evidence programs. -
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
A description of the product or service that was sold. Has a maximum character count of 20,000. -
getReceipt
(ID of a file upload) Any receipt or message sent to the customer notifying them of the charge. -
getRefundPolicy
(ID of a file upload) Your refund policy, as shown to the customer. -
getRefundPolicyDisclosure
Documentation demonstrating that the customer was shown your refund policy prior to purchase. Has a maximum character count of 20,000. -
getRefundRefusalExplanation
A justification for why the customer is not entitled to a refund. Has a maximum character count of 20,000. -
getServiceDate
The date on which the customer received or began receiving the purchased service, in a clear human-readable format. -
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
The address to which a physical product was shipped. You should try to include as complete address information as possible. -
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
The date on which a physical product began its route to the shipping address, in a clear human-readable format. -
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
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
(ID of a file upload) Any additional evidence or statements. -
getUncategorizedText
Any additional evidence or statements. Has a maximum character count of 20,000. -
equals
-
canEqual
-
hashCode
public int hashCode()
-