public final class EvidenceSubObject extends StripeObject
PRETTY_PRINT_GSON
Constructor | Description |
---|---|
EvidenceSubObject() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getAccessActivityLog() |
Any server or activity logs showing proof that the customer accessed or downloaded the
purchased digital product.
|
java.lang.String |
getBillingAddress() |
The billing addess provided by the customer.
|
java.lang.String |
getCancellationPolicy() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your subscription
cancellation policy, as shown to the customer.
|
java.lang.String |
getCancellationPolicyDisclosure() |
Documentation demonstrating that the customer was shown your cancellation policy prior to
purchase.
|
java.lang.String |
getCancellationRebuttal() |
Justification for why the customer's subscription was not canceled.
|
java.lang.String |
getCustomerCommunication() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any communications with the
customer proving that they received the product or service that demonstrates their use of or
satisfaction with the product or service.
|
java.lang.String |
getCustomerEmailAddress() |
The email address of the customer.
|
java.lang.String |
getCustomerName() |
The name of the customer.
|
java.lang.String |
getCustomerPurchaseIp() |
The IP address that the customer used when making the purchase (this will be automatically
expanded to include geographical data when possible).
|
java.lang.String |
getCustomerSignature() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) A relevant document or
contract showing the customer's signature.
|
java.lang.String |
getDuplicateChargeDocumentation() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation for the prior
charge that can uniquely identify the charge, such as a receipt, shipping label, work order,
etc.
|
java.lang.String |
getDuplicateChargeExplanation() |
An explanation of the difference between the disputed charge and the prior charge that appears
to be a duplicate (only for disputes of reason `duplicate`).
|
java.lang.String |
getDuplicateChargeId() |
The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge (only
for disputes of reason `duplicate`).
|
java.lang.String |
getProductDescription() |
A description of the product or service which was sold.
|
java.lang.String |
getReceipt() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any receipt or message sent
to the customer notifying them of the charge.
|
java.lang.String |
getRefundPolicy() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your refund policy, as
shown to the customer.
|
java.lang.String |
getRefundPolicyDisclosure() |
Documentation demonstrating that the customer was shown your refund policy prior to purchase.
|
java.lang.String |
getRefundRefusalExplanation() |
Justification for why the customer is not entitled to a refund.
|
java.lang.String |
getServiceDate() |
The date on which the customer received or began receiving the purchased service, in a clear
human-readable format.
|
java.lang.String |
getServiceDocumentation() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof
that a service was provided to the customer.
|
java.lang.String |
getShippingAddress() |
The address to which a physical product was shipped.
|
java.lang.String |
getShippingDate() |
The date on which a physical product began its route to the shipping address, in a clear
human-readable format.
|
java.lang.String |
getShippingDocumentation() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof
that a product was shipped to the customer at the same address the customer provided to you.
|
java.lang.String |
getShippingTrackingNumber() |
The tracking number for a physical product, usually obtained from a delivery service such as
Fedex, UPS, USPS, etc.
|
java.lang.String |
getUncategorizedFile() |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any additional evidence or
statements.
|
java.lang.String |
getUncategorizedText() |
Any additional evidence or statements.
|
int |
hashCode() |
|
void |
setAccessActivityLog(java.lang.String accessActivityLog) |
Any server or activity logs showing proof that the customer accessed or downloaded the
purchased digital product.
|
void |
setBillingAddress(java.lang.String billingAddress) |
The billing addess provided by the customer.
|
void |
setCancellationPolicy(java.lang.String cancellationPolicy) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your subscription
cancellation policy, as shown to the customer.
|
void |
setCancellationPolicyDisclosure(java.lang.String cancellationPolicyDisclosure) |
Documentation demonstrating that the customer was shown your cancellation policy prior to
purchase.
|
void |
setCancellationRebuttal(java.lang.String cancellationRebuttal) |
Justification for why the customer's subscription was not canceled.
|
void |
setCustomerCommunication(java.lang.String customerCommunication) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any communications with the
customer proving that they received the product or service that demonstrates their use of or
satisfaction with the product or service.
|
void |
setCustomerEmailAddress(java.lang.String customerEmailAddress) |
The email address of the customer.
|
void |
setCustomerName(java.lang.String customerName) |
The name of the customer.
|
void |
setCustomerPurchaseIp(java.lang.String customerPurchaseIp) |
The IP address that the customer used when making the purchase (this will be automatically
expanded to include geographical data when possible).
|
void |
setCustomerSignature(java.lang.String customerSignature) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) A relevant document or
contract showing the customer's signature.
|
void |
setDuplicateChargeDocumentation(java.lang.String duplicateChargeDocumentation) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation for the prior
charge that can uniquely identify the charge, such as a receipt, shipping label, work order,
etc.
|
void |
setDuplicateChargeExplanation(java.lang.String duplicateChargeExplanation) |
An explanation of the difference between the disputed charge and the prior charge that appears
to be a duplicate (only for disputes of reason `duplicate`).
|
void |
setDuplicateChargeId(java.lang.String duplicateChargeId) |
The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge (only
for disputes of reason `duplicate`).
|
void |
setProductDescription(java.lang.String productDescription) |
A description of the product or service which was sold.
|
void |
setReceipt(java.lang.String receipt) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any receipt or message sent
to the customer notifying them of the charge.
|
void |
setRefundPolicy(java.lang.String refundPolicy) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your refund policy, as
shown to the customer.
|
void |
setRefundPolicyDisclosure(java.lang.String refundPolicyDisclosure) |
Documentation demonstrating that the customer was shown your refund policy prior to purchase.
|
void |
setRefundRefusalExplanation(java.lang.String refundRefusalExplanation) |
Justification for why the customer is not entitled to a refund.
|
void |
setServiceDate(java.lang.String serviceDate) |
The date on which the customer received or began receiving the purchased service, in a clear
human-readable format.
|
void |
setServiceDocumentation(java.lang.String serviceDocumentation) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof
that a service was provided to the customer.
|
void |
setShippingAddress(java.lang.String shippingAddress) |
The address to which a physical product was shipped.
|
void |
setShippingDate(java.lang.String shippingDate) |
The date on which a physical product began its route to the shipping address, in a clear
human-readable format.
|
void |
setShippingDocumentation(java.lang.String shippingDocumentation) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof
that a product was shipped to the customer at the same address the customer provided to you.
|
void |
setShippingTrackingNumber(java.lang.String shippingTrackingNumber) |
The tracking number for a physical product, usually obtained from a delivery service such as
Fedex, UPS, USPS, etc.
|
void |
setUncategorizedFile(java.lang.String uncategorizedFile) |
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any additional evidence or
statements.
|
void |
setUncategorizedText(java.lang.String uncategorizedText) |
Any additional evidence or statements.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getProductDescription()
public java.lang.String getCustomerName()
public java.lang.String getCustomerEmailAddress()
public java.lang.String getCustomerPurchaseIp()
public java.lang.String getBillingAddress()
public java.lang.String getReceipt()
public java.lang.String getShippingAddress()
public java.lang.String getShippingDate()
public java.lang.String getShippingTrackingNumber()
public java.lang.String getCustomerSignature()
public java.lang.String getShippingDocumentation()
public java.lang.String getAccessActivityLog()
public java.lang.String getServiceDate()
public java.lang.String getServiceDocumentation()
public java.lang.String getCustomerCommunication()
public java.lang.String getDuplicateChargeId()
public java.lang.String getDuplicateChargeExplanation()
public java.lang.String getDuplicateChargeDocumentation()
public java.lang.String getRefundPolicy()
public java.lang.String getRefundPolicyDisclosure()
public java.lang.String getRefundRefusalExplanation()
public java.lang.String getCancellationPolicy()
public java.lang.String getCancellationPolicyDisclosure()
public java.lang.String getCancellationRebuttal()
public java.lang.String getUncategorizedText()
public java.lang.String getUncategorizedFile()
public void setProductDescription(java.lang.String productDescription)
public void setCustomerName(java.lang.String customerName)
public void setCustomerEmailAddress(java.lang.String customerEmailAddress)
public void setCustomerPurchaseIp(java.lang.String customerPurchaseIp)
public void setBillingAddress(java.lang.String billingAddress)
public void setReceipt(java.lang.String receipt)
public void setShippingAddress(java.lang.String shippingAddress)
public void setShippingDate(java.lang.String shippingDate)
public void setShippingTrackingNumber(java.lang.String shippingTrackingNumber)
public void setCustomerSignature(java.lang.String customerSignature)
public void setShippingDocumentation(java.lang.String shippingDocumentation)
public void setAccessActivityLog(java.lang.String accessActivityLog)
public void setServiceDate(java.lang.String serviceDate)
public void setServiceDocumentation(java.lang.String serviceDocumentation)
public void setCustomerCommunication(java.lang.String customerCommunication)
public void setDuplicateChargeId(java.lang.String duplicateChargeId)
public void setDuplicateChargeExplanation(java.lang.String duplicateChargeExplanation)
public void setDuplicateChargeDocumentation(java.lang.String duplicateChargeDocumentation)
public void setRefundPolicy(java.lang.String refundPolicy)
public void setRefundPolicyDisclosure(java.lang.String refundPolicyDisclosure)
public void setRefundRefusalExplanation(java.lang.String refundRefusalExplanation)
public void setCancellationPolicy(java.lang.String cancellationPolicy)
public void setCancellationPolicyDisclosure(java.lang.String cancellationPolicyDisclosure)
public void setCancellationRebuttal(java.lang.String cancellationRebuttal)
public void setUncategorizedText(java.lang.String uncategorizedText)
public void setUncategorizedFile(java.lang.String uncategorizedFile)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object