Package com.stripe.model
Class Dispute.EvidenceDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.EvidenceDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute
For more details about EvidenceDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about EnhancedEligibility, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetDueBy()Date by which evidence must be submitted in order to successfully challenge dispute.Whether evidence has been staged for this dispute.Whether the last evidence submission was submitted past the due date.The number of times evidence has been submitted.Whether the dispute was submitted manually, with Smart Disputes, or not submitted.inthashCode()voidDate by which evidence must be submitted in order to successfully challenge dispute.voidsetEnhancedEligibility(Dispute.EvidenceDetails.EnhancedEligibility enhancedEligibility) voidsetHasEvidence(Boolean hasEvidence) Whether evidence has been staged for this dispute.voidsetPastDue(Boolean pastDue) Whether the last evidence submission was submitted past the due date.voidsetSubmissionCount(Long submissionCount) The number of times evidence has been submitted.voidsetSubmissionMethod(String submissionMethod) Whether the dispute was submitted manually, with Smart Disputes, or not submitted.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EvidenceDetails
public EvidenceDetails()
-
-
Method Details
-
getDueBy
Date by which evidence must be submitted in order to successfully challenge dispute. Will be 0 if the customer's bank or credit card company doesn't allow a response for this particular dispute. -
getEnhancedEligibility
-
getHasEvidence
Whether evidence has been staged for this dispute. -
getPastDue
Whether the last evidence submission was submitted past the due date. Defaults tofalseif no evidence submissions have occurred. Iftrue, then delivery of the latest evidence is not guaranteed. -
getSubmissionCount
The number of times evidence has been submitted. Typically, you may only submit evidence once. -
getSubmissionMethod
Whether the dispute was submitted manually, with Smart Disputes, or not submitted.One of
manual,not_submitted, orsmart_disputes. -
setDueBy
Date by which evidence must be submitted in order to successfully challenge dispute. Will be 0 if the customer's bank or credit card company doesn't allow a response for this particular dispute. -
setEnhancedEligibility
-
setHasEvidence
Whether evidence has been staged for this dispute. -
setPastDue
Whether the last evidence submission was submitted past the due date. Defaults tofalseif no evidence submissions have occurred. Iftrue, then delivery of the latest evidence is not guaranteed. -
setSubmissionCount
The number of times evidence has been submitted. Typically, you may only submit evidence once. -
setSubmissionMethod
Whether the dispute was submitted manually, with Smart Disputes, or not submitted.One of
manual,not_submitted, orsmart_disputes. -
equals
-
canEqual
-
hashCode
public int hashCode()
-