Package com.stripe.model
Class Dispute.SmartDisputes
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.SmartDisputes
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute
For more details about SmartDisputes, 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 boolean
boolean
Evidence that could be provided to improve the SmartDisputes packet.Smart Disputes auto representment packet availability status.int
hashCode()
void
setRecommendedEvidence
(List<String> recommendedEvidence) Evidence that could be provided to improve the SmartDisputes packet.void
Smart Disputes auto representment packet availability status.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SmartDisputes
public SmartDisputes()
-
-
Method Details
-
getRecommendedEvidence
Evidence that could be provided to improve the SmartDisputes packet. -
getStatus
Smart Disputes auto representment packet availability status.One of
available
,processing
,requires_evidence
, orunavailable
. -
setRecommendedEvidence
Evidence that could be provided to improve the SmartDisputes packet. -
setStatus
Smart Disputes auto representment packet availability status.One of
available
,processing
,requires_evidence
, orunavailable
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-